summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2014-11-05 12:17:26 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:57:37 -0200
commita9cb4af0d4d708881408e1b022c0f16803b5857d (patch)
treeb709d9ce1c50fb482e00f106683a0e120b3079d1 /conf
parent0e45a8d613ba7a1c9e339d6b534bfe0a8e534bd8 (diff)
downloadmeta-fsl-arm-a9cb4af0d4d708881408e1b022c0f16803b5857d.tar.gz
ls1021atwr: update UBOOT_CONFIG and device tree
*ls102xa rename QDS and TWR board dts name for consistence *ls102xa add LPUART board config for QDS/TWR boards *ls102xa remove letech board config for QDS/TWR boards 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.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index c7ab6b8..e549ac3 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -10,11 +10,12 @@ require conf/machine/include/tune-cortexa7.inc
10SOC_FAMILY = "ls102xa" 10SOC_FAMILY = "ls102xa"
11 11
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor" 13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard,sdcard" 14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
15UBOOT_CONFIG[letech] = "ls1021atwr_letech" 15UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config"
16 16
17KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 17
18KERNEL_DEVICETREE ?= "ls1021atwr.dtb"
18 19
19SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" 20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
20SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 21SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"