summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021atwr.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2017-03-14 17:32:01 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-17 17:01:28 -0300
commit698fac412a7f33b5b6ea70c33cb1420545fa960e (patch)
treef5c6bd1a8c1731e9270028ad96ad994a5b175ccb /conf/machine/ls1021atwr.conf
parent5b1a43d577c556c5af96d9b4601b0f5174874024 (diff)
downloadmeta-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.conf10
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
13DEFAULTTUNE = "cortexa7hf-neon" 13DEFAULTTUNE = "cortexa7hf-neon"
14 14
15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" 15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
16UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 16UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin"
17UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" 17UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin"
18UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config" 18UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin"
19UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" 19UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin"
20UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config" 20UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config,,u-boot-dtb.bin"
21UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config" 21UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
22 22
23QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 23QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"