summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-10 17:45:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 08:42:10 -0300
commit4d2908d2e89a57fc36ca007b82bd0940c58fcf0d (patch)
treef7d0beddbe4fa55eb5a3aa8a3d1e3ad4405f2a16
parentaaacd1a2ee712a4128e3df3d6909a7b734ebdee1 (diff)
downloadmeta-fsl-arm-4d2908d2e89a57fc36ca007b82bd0940c58fcf0d.tar.gz
ls1021atwr: update lquart/secure-boot UBOOT_CONFIG
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>
-rw-r--r--conf/machine/ls1021atwr.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index c8efba4..916fb4b 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -12,8 +12,9 @@ SOC_FAMILY = "ls102xa"
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" 14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
15UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config" 15UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
16UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" 16UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
17UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
17 18
18QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 19QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
19 20