diff options
author | Chunrong Guo <B40290@freescale.com> | 2014-11-05 12:26:24 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-08 17:30:52 -0200 |
commit | 7ba68fb3b0ec93014dfa9a02f56caf2916ccbe05 (patch) | |
tree | 7200ff07eb7c709ea2f7430ce992d2ccb08edcdd /conf/machine/ls1021aqds.conf | |
parent | 171b0f035b81f33327d931661801697298dac399 (diff) | |
download | meta-fsl-arm-7ba68fb3b0ec93014dfa9a02f56caf2916ccbe05.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/machine/ls1021aqds.conf')
-rw-r--r-- | conf/machine/ls1021aqds.conf | 10 |
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 | |||
10 | SOC_FAMILY = "ls102xa" | 10 | SOC_FAMILY = "ls102xa" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "ls1021aqds_nor" | 13 | UBOOT_CONFIG[nor] = "ls1021aqds_nor_config" |
14 | UBOOT_CONFIG[spi] = "ls1021aqds_spi" | 14 | UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config" |
15 | UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot" | 15 | UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config" |
16 | UBOOT_CONFIG[letech] = "ls1021aqds_letech" | 16 | UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config |
17 | 17 | ||
18 | KERNEL_DEVICETREE = "ls1021a-qds.dtb" | 18 | KERNEL_DEVICETREE = "ls1021aqds.dtb" |
19 | 19 | ||
20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" | 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" |
21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |