[meta-freescale] [PATCH 02/17] ls1021atwr: switch to new UBOOT_CONFIG format

Chunrong Guo B40290 at freescale.com
Tue Mar 14 02:32:01 PDT 2017


From: Ting Liu <ting.liu at nxp.com>

Append the binary name if the final binary is not u-boot.bin.

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/ls1021atwr.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index ce33bb6..457703e 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -13,11 +13,11 @@ require conf/machine/include/tune-cortexa7.inc
 DEFAULTTUNE = "cortexa7hf-neon"
 
 UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
-UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
-UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config"
-UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config"
-UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
-UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
+UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config,,u-boot-dtb.bin"
 UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
 
 QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
-- 
2.7.4



More information about the meta-freescale mailing list