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 | c54ba27c9eae4743e6ef2f6e95438007a6f2ef2a (patch) | |
tree | 1f26737de936fc1fc29792ffcd548c61b3b840c9 | |
parent | a5561e9089fb0cb5b0a4708a6b84dd3247de7a44 (diff) | |
download | meta-freescale-c54ba27c9eae4743e6ef2f6e95438007a6f2ef2a.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-- | meta-fsl-arm/conf/machine/ls1021atwr.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/ls1021atwr.conf b/meta-fsl-arm/conf/machine/ls1021atwr.conf index c8efba4d..916fb4bb 100644 --- a/meta-fsl-arm/conf/machine/ls1021atwr.conf +++ b/meta-fsl-arm/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 | ||