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-08 17:30:52 -0200
commit171b0f035b81f33327d931661801697298dac399 (patch)
tree3ee4f6f9fe5eef4700806f8abd9037d6792d8eec /conf
parentc4dc7260187d19cb6f379642d7fbd2fb37cc3b43 (diff)
downloadmeta-fsl-arm-171b0f035b81f33327d931661801697298dac399.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}"