]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021atwr: update lquart/secure-boot UBOOT_CONFIG
authorTing Liu <ting.liu@freescale.com>
Fri, 10 Jul 2015 09:45:12 +0000 (17:45 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 13 Jul 2015 17:00:59 +0000 (14:00 -0300)
1. config name for lpuart was renamed to ls1021atwr_nor_lpuart_config.
2. add ls1021atwr_nor_SECURE_BOOT_config for secure boot.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/ls1021atwr.conf

index c8efba4d4b90d15157664ee9a9fd235269ef84d0..916fb4bbded92436aac7cb0d9db7fc8e110eef1e 100644 (file)
@@ -12,8 +12,9 @@ SOC_FAMILY = "ls102xa"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
 UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
-UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config"
+UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
 UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
+UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
 
 QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"