summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"