]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021atwr: switch to new UBOOT_CONFIG format
authorTing Liu <ting.liu@nxp.com>
Tue, 14 Mar 2017 09:32:01 +0000 (17:32 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 Mar 2017 20:01:28 +0000 (17:01 -0300)
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>
conf/machine/ls1021atwr.conf

index ce33bb6f4c42314c9882c1636c0d9f86a44aa714..457703ee6aa0b24697cb83efb0115b8d951976d8 100644 (file)
@@ -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"