summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-24 15:48:09 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-15 08:42:44 -0300
commit41c93da5a6998328e8aa1670c9e76b146d959b2d (patch)
tree4497708f3592fc835d631d463dc41772d01a2239 /conf/machine/ls1046ardb.conf
parentc54e2c8fd57848721de17a7ae66e7c848bcc7e71 (diff)
downloadmeta-freescale-41c93da5a6998328e8aa1670c9e76b146d959b2d.tar.gz
ls1043a/ls1046a: append non-upstream dtb on NXP bsp only
dtb with -sdk suffix only exist in kernel from NXP bsp. Append them in machine configuration file only when using NXP bsp. Also, add the dtb which already exist in pure mainline kernel. This avoids failure when building pure mainline kernel. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r--conf/machine/ls1046ardb.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index 6357a439..e7c244aa 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -22,9 +22,12 @@ UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig,,u-boot-dtb.bin"
22UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
23 23
24KERNEL_DEVICETREE ?= "\ 24KERNEL_DEVICETREE ?= "\
25 freescale/fsl-ls1046a-rdb-sdk.dtb \ 25 freescale/fsl-ls1046a-rdb.dtb \
26 freescale/fsl-ls1046a-qds.dtb \ 26 freescale/fsl-ls1046a-qds.dtb \
27 freescale/fsl-ls1046a-qds-sdk.dtb \ 27"
28KERNEL_DEVICETREE_append_use-nxp-bsp = "\
29 freescale/fsl-ls1046a-rdb-sdk.dtb \
30 freescale/fsl-ls1046a-rdb-sdk.dtb \
28" 31"
29KERNEL_DEFCONFIG ?= "defconfig" 32KERNEL_DEFCONFIG ?= "defconfig"
30 33