From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:19 +0000 (+0800) Subject: p1010rdb: define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~321 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=897497254639dc75d0db6fc6c6c91d4d1a39be7f;p=meta-freescale.git p1010rdb: 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/p1010rdb.conf b/conf/machine/p1010rdb.conf index 8f1c141a..eddd665b 100644 --- a/conf/machine/p1010rdb.conf +++ b/conf/machine/p1010rdb.conf @@ -26,6 +26,10 @@ UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config" UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config" UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_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 ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"