[meta-freescale] [PATCH 24/27] t4160qds(-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:37 PDT 2015


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

diff --git a/conf/machine/t4160qds-64b.conf b/conf/machine/t4160qds-64b.conf
index e549663..b245b08 100644
--- a/conf/machine/t4160qds-64b.conf
+++ b/conf/machine/t4160qds-64b.conf
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor secure-boot"
 UBOOT_CONFIG[nor] = "T4160QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4160QDS_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"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index 7af70f9..e86cbd2 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -13,6 +13,10 @@ UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "T4160QDS_config"
 UBOOT_CONFIG[secure-boot] = "T4160QDS_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"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 
-- 
2.4.3



More information about the meta-freescale mailing list