diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-09-15 10:27:08 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-21 17:31:32 -0300 |
commit | b0ecff46a9429bd5d8e9ba977ac6120eddbd2274 (patch) | |
tree | 43f59f2cba2ef1201f05a88ca956abe694c3ca32 /conf | |
parent | d34c37ce1e22c9e07345f815582e495341f227f1 (diff) | |
download | meta-freescale-b0ecff46a9429bd5d8e9ba977ac6120eddbd2274.tar.gz |
ls1021atwr: update UBOOT_CONFIG
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ls1021atwr.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index 6312f2b4..081592b7 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
@@ -12,13 +12,14 @@ require conf/machine/include/tune-cortexa7.inc | |||
12 | 12 | ||
13 | DEFAULTTUNE = "cortexa7hf-neon" | 13 | DEFAULTTUNE = "cortexa7hf-neon" |
14 | 14 | ||
15 | UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" | 15 | UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" |
16 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin" | 16 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin" |
17 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin" | 17 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin" |
18 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin" | 18 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin" |
19 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin" |
20 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" | 21 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config,,u-boot-dtb.bin" |
22 | UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
22 | 23 | ||
23 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | 24 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" |
24 | 25 | ||