]> code.ossystems Code Review - meta-freescale.git/commitdiff
t4240qds(-64b): define the u-boot source binary name of NAND, SPI and SD
authorZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 1 Sep 2015 07:20:38 +0000 (15:20 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:18 +0000 (15:03 -0300)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/t4240qds-64b.conf
conf/machine/t4240qds.conf

index 1b960c2e9eaa385c7cc5b6290a6e8228e7d6cfd1..3c3dfb73657e3b9bfeb68aa286a92cc9d5e5925a 100644 (file)
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "T4240QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
     t4240qds-usdpaa-shared-interfaces.dtb \
 "
index dd6d12ac0f70852c7bd2d51b19992f8229e9d227..2bab3f15758fe4ea089b8fce1c4f45ad2cc716bd 100644 (file)
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "T4240QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
+UBOOT_SOURCE_SPI = "u-boot.pbl"
+UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
+
 KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
     t4240qds-usdpaa-shared-interfaces.dtb \
 "