aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qcom-qcs404.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/qcom-qcs404.inc')
-rw-r--r--conf/machine/include/qcom-qcs404.inc11
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/machine/include/qcom-qcs404.inc b/conf/machine/include/qcom-qcs404.inc
index 9c556d3..90f9acb 100644
--- a/conf/machine/include/qcom-qcs404.inc
+++ b/conf/machine/include/qcom-qcs404.inc
@@ -1,16 +1,7 @@
SOC_FAMILY = "qcs404"
-require conf/machine/include/soc-family.inc
+require conf/machine/include/qcom-common.inc
require conf/machine/include/arm/arch-armv8a.inc
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-qcomlt"
-
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
qrtr \
"
-
-# Fastboot expects an ext4 image, which needs to be 4096 aligned
-IMAGE_FSTYPES ?= "ext4.gz"
-IMAGE_ROOTFS_ALIGNMENT = "4096"
-
-QCOM_BOOTIMG_KERNEL_BASE ?= "0x80000000"
-QCOM_BOOTIMG_PAGE_SIZE ?= "4096"