summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-11-09 12:11:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-10 13:57:12 -0200
commitd869ac02f2dc4ce112d5b6a5afb676312a0bbd0b (patch)
treeb646b1e0b585d14bb326f9ab62cc9672fecc32f3 /conf
parent2a759d431de7ca385ca138d033063d295411210b (diff)
downloadmeta-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>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1021atwr.conf2
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
24QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 24QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
25 25
26KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 26KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
27KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig" 27KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
28 28
29UBOOT_ENTRYPOINT = "0x80008000" 29UBOOT_ENTRYPOINT = "0x80008000"
30EXTRA_IMAGEDEPENDS += "rcw qe-ucode" 30EXTRA_IMAGEDEPENDS += "rcw qe-ucode"