diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-09 12:11:24 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-10 13:57:12 -0200 |
commit | d869ac02f2dc4ce112d5b6a5afb676312a0bbd0b (patch) | |
tree | b646b1e0b585d14bb326f9ab62cc9672fecc32f3 | |
parent | 2a759d431de7ca385ca138d033063d295411210b (diff) | |
download | meta-freescale-d869ac02f2dc4ce112d5b6a5afb676312a0bbd0b.tar.gz |
ls1021atwr: update KERNEL_DEFCONFIG
*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>
-rw-r--r-- | conf/machine/ls1021atwr.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index 081592b7..e17a0892 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
@@ -24,7 +24,7 @@ UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defcon | |||
24 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | 24 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" |
25 | 25 | ||
26 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" | 26 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" |
27 | KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig" | 27 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" |
28 | 28 | ||
29 | UBOOT_ENTRYPOINT = "0x80008000" | 29 | UBOOT_ENTRYPOINT = "0x80008000" |
30 | EXTRA_IMAGEDEPENDS += "rcw qe-ucode" | 30 | EXTRA_IMAGEDEPENDS += "rcw qe-ucode" |