summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2014-11-05 12:26:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:57:37 -0200
commitdbece087db55114b08ace1f435d010afed5ff705 (patch)
tree2f101bfedaa6a444aefd33e8ff47c9fa1c71dd06 /conf
parenta9cb4af0d4d708881408e1b022c0f16803b5857d (diff)
downloadmeta-fsl-arm-dbece087db55114b08ace1f435d010afed5ff705.tar.gz
ls1021aqds: 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/ls1021aqds.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/ls1021aqds.conf b/conf/machine/ls1021aqds.conf
index 012edb1..f57b77e 100644
--- a/conf/machine/ls1021aqds.conf
+++ b/conf/machine/ls1021aqds.conf
@@ -10,12 +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] = "ls1021aqds_nor" 13UBOOT_CONFIG[nor] = "ls1021aqds_nor_config"
14UBOOT_CONFIG[spi] = "ls1021aqds_spi" 14UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config"
15UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot" 15UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config"
16UBOOT_CONFIG[letech] = "ls1021aqds_letech" 16UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config
17 17
18KERNEL_DEVICETREE = "ls1021a-qds.dtb" 18KERNEL_DEVICETREE = "ls1021aqds.dtb"
19 19
20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" 20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
21SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 21SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"