From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:23 +0000 (+0800) Subject: p1023rdb: define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~317 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8a7a40f2518cce1cf58a8105ccbb1964a5432f73;p=meta-freescale.git p1023rdb: define the u-boot source binary name of NAND, SPI and SD Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf index 82d796f1..c6b36baa 100644 --- a/conf/machine/p1023rdb.conf +++ b/conf/machine/p1023rdb.conf @@ -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"