From: Chunrong Guo Date: Wed, 5 Nov 2014 04:26:24 +0000 (+0800) Subject: ls1021aqds: update UBOOT_CONFIG and device tree X-Git-Tag: 2.1~809 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a71105902fbae6f4c8fd18aa59f21450808c92d5;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf index 012edb10..f57b77ee 100644 --- a/meta-fsl-arm/conf/machine/ls1021aqds.conf +++ b/meta-fsl-arm/conf/machine/ls1021aqds.conf @@ -10,12 +10,12 @@ require conf/machine/include/tune-cortexa7.inc SOC_FAMILY = "ls102xa" UBOOT_CONFIG ??= "nor" -UBOOT_CONFIG[nor] = "ls1021aqds_nor" -UBOOT_CONFIG[spi] = "ls1021aqds_spi" -UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot" -UBOOT_CONFIG[letech] = "ls1021aqds_letech" +UBOOT_CONFIG[nor] = "ls1021aqds_nor_config" +UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config" +UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config" +UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config -KERNEL_DEVICETREE = "ls1021a-qds.dtb" +KERNEL_DEVICETREE = "ls1021aqds.dtb" SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"