]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021atwr: update UBOOT_CONFIG and device tree
authorChunrong Guo <B40290@freescale.com>
Wed, 5 Nov 2014 04:17:26 +0000 (12:17 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 8 Nov 2014 19:30:52 +0000 (17:30 -0200)
   *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>
meta-fsl-arm/conf/machine/ls1021atwr.conf

index c7ab6b816db64ac5e3b378b04d97c7ddbda9efe8..e549ac30b3ff3d63de5f2e6db44c62c7ea09b93e 100644 (file)
@@ -10,11 +10,12 @@ require conf/machine/include/tune-cortexa7.inc
 SOC_FAMILY = "ls102xa"
 
 UBOOT_CONFIG ??= "nor"
-UBOOT_CONFIG[nor] = "ls1021atwr_nor"
-UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard,sdcard"
-UBOOT_CONFIG[letech] = "ls1021atwr_letech"
+UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
+UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
+UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config"
 
-KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
+
+KERNEL_DEVICETREE ?= "ls1021atwr.dtb"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"