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

index 82d796f1320f17f541b44f3bbc1b10833e0d4e96..c6b36baac8b94acf25147942af44312ff327d688 100644 (file)
@@ -12,6 +12,10 @@ SOC_FAMILY = "p1023"
 UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "P1023RDB_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 ?= "p1023rdb.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"