[meta-freescale] [PATCH 09/27] p1022ds: define the u-boot source binary name of NAND, SPI and SD

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


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 conf/machine/p1022ds.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
index 47156b6..41b8835 100644
--- a/conf/machine/p1022ds.conf
+++ b/conf/machine/p1022ds.conf
@@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P1022DS_36BIT_SPIFLASH_config"
 UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config"
 UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config"
 
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
 KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
 
-- 
2.4.3



More information about the meta-freescale mailing list