[meta-freescale] [PATCH 26/27] t4240rdb(-64b): define the u-boot source binary name of NAND, SPI and SD

Zhenhua Luo zhenhua.luo at freescale.com
Tue Sep 1 00:20:39 PDT 2015


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 conf/machine/t4240rdb-64b.conf | 4 ++++
 conf/machine/t4240rdb.conf     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 6399c94..c85e295 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "t4:t4240"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "T4240RDB_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 ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
     t4240rdb-usdpaa-shared-interfaces.dtb \
 "
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index 1e51a40..2af9395 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "t4:t4240"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "T4240RDB_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 ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
     t4240rdb-usdpaa-shared-interfaces.dtb \
 "
-- 
2.4.3



More information about the meta-freescale mailing list