diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-10 17:45:12 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-13 14:00:59 -0300 |
commit | 5bf882db7b883be987b65c1bcc68e6e89b4e1187 (patch) | |
tree | edc274ee10a8b89c3c5be4f3124453a0effe32fe | |
parent | b91d3608d2f96df1ce8a6ab7186e00dd946ba5f7 (diff) | |
download | meta-fsl-arm-5bf882db7b883be987b65c1bcc68e6e89b4e1187.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.conf | 3 |
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" | |||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" | 13 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" |
14 | UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" | 14 | UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" |
15 | UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config" | 15 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" |
16 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" | 16 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" |
17 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" | ||
17 | 18 | ||
18 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | 19 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" |
19 | 20 | ||