From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:20 +0000 (+0800) Subject: p1020rdb: define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~320 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d2864f93d5c61a748deaf7a804ce9c23a3f72cef;p=meta-freescale.git p1020rdb: 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/p1020rdb.conf b/conf/machine/p1020rdb.conf index 30009fb5..21072241 100644 --- a/conf/machine/p1020rdb.conf +++ b/conf/machine/p1020rdb.conf @@ -16,6 +16,10 @@ UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config" UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config" UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_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 ?= "p1020rdb-pd_32b.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"