diff options
author | Ting Liu <ting.liu@nxp.com> | 2017-03-14 17:32:01 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-03-17 17:01:28 -0300 |
commit | 698fac412a7f33b5b6ea70c33cb1420545fa960e (patch) | |
tree | f5c6bd1a8c1731e9270028ad96ad994a5b175ccb /conf/machine/ls1021atwr.conf | |
parent | 5b1a43d577c556c5af96d9b4601b0f5174874024 (diff) | |
download | meta-freescale-698fac412a7f33b5b6ea70c33cb1420545fa960e.tar.gz |
ls1021atwr: switch to new UBOOT_CONFIG format
Append the binary name if the final binary is not u-boot.bin.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
-rw-r--r-- | conf/machine/ls1021atwr.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index ce33bb6f..457703ee 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
@@ -13,11 +13,11 @@ require conf/machine/include/tune-cortexa7.inc | |||
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 sdcard-qspi lpuart qspi secure-boot nor" |
16 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" | 16 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin" |
17 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" | 17 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin" |
18 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config" | 18 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin" |
19 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" | 19 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin" |
20 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" | 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" |
22 | 22 | ||
23 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | 23 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" |