[meta-freescale] [PATCH v2 16/22] ls1043ardb-32b: update KERNEL_DEFCONFIG

Chunrong Guo B40290 at freescale.com
Wed Nov 8 20:11:25 PST 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 conf/machine/ls1043ardb-32b.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf
index d3bcb49..0386a17 100644
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -26,7 +26,7 @@ UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
+KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
-- 
1.9.0



More information about the meta-freescale mailing list