]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021atwr: update KERNEL_DEFCONFIG
authorChunrong Guo <chunrong.guo@nxp.com>
Thu, 9 Nov 2017 04:11:24 +0000 (12:11 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 10 Nov 2017 15:57:12 +0000 (13:57 -0200)
*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls1021atwr.conf

index 081592b778af566799a82468439a4ce1f70fb055..e17a0892f456e2bc337f1b1be5cc48f2d3338f25 100644 (file)
@@ -24,7 +24,7 @@ UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defcon
 QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
 
 KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
+KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
 
 UBOOT_ENTRYPOINT = "0x80008000"
 EXTRA_IMAGEDEPENDS += "rcw qe-ucode"