summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2017-03-14 17:32:10 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-17 17:01:28 -0300
commit9740f03a0bc7a7690e4015c811fc328db8d84777 (patch)
tree92c79e18afa83523816e4bfb3d627d7a0ffd512e /conf
parent3f582104a4aa16b16aa4515776586b4661f996b6 (diff)
downloadmeta-freescale-9740f03a0bc7a7690e4015c811fc328db8d84777.tar.gz
ls1043ardb-32b: KERNEL_DEFCONFIG use multi_v7_defconfig
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1043ardb-32b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf
index ae213432..7ce97b8b 100644
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -20,7 +20,7 @@ UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
20QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" 20QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
21 21
22KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" 22KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
23KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls_aarch32_defconfig" 23KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
24 24
25SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0" 25SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0"
26SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 26SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"