summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-11-09 12:11:25 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-11-10 13:57:12 -0200
commite8c494cfab8fa8141c78c1bac27ff3d68baf81ba (patch)
tree429ebec9ba54db6d4e22056af57b072d5a174097 /conf
parentd869ac02f2dc4ce112d5b6a5afb676312a0bbd0b (diff)
downloadmeta-freescale-e8c494cfab8fa8141c78c1bac27ff3d68baf81ba.tar.gz
ls1043ardb-32b: 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/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 d3bcb49d..0386a175 100644
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -26,7 +26,7 @@ UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
26QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" 26QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
27 27
28KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" 28KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
29KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig" 29KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
30 30
31SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0" 31SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0"
32SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 32SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"