summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:20 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commitaae8e840115c1f8e87c7a93b15e73c2fbf384387 (patch)
treed9f1ff8cbdd4b8f1aa73a8de1dfc758328e936ad /conf
parent71bdff5a7ab6e123e24d799693fc712fe7b1100c (diff)
downloadmeta-freescale-aae8e840115c1f8e87c7a93b15e73c2fbf384387.tar.gz
ls1021atwr: update kernel config
Signed-off-by: Chunrong Guo <B40290@freescale.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 457703ee..6312f2b4 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -23,7 +23,7 @@ UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
23QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 23QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
24 24
25KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 25KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
26KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig" 26KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
27 27
28UBOOT_ENTRYPOINT = "0x80008000" 28UBOOT_ENTRYPOINT = "0x80008000"
29EXTRA_IMAGEDEPENDS += "rcw qe-ucode" 29EXTRA_IMAGEDEPENDS += "rcw qe-ucode"