From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:21 +0000 (+0800) Subject: p1021rdb: define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~319 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=656e269088cc89edc2fdd426978c32c2dd1966ee;p=meta-freescale.git p1021rdb: 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/p1021rdb.conf b/conf/machine/p1021rdb.conf index 710ec3f5..57109a28 100644 --- a/conf/machine/p1021rdb.conf +++ b/conf/machine/p1021rdb.conf @@ -20,6 +20,10 @@ UBOOT_CONFIG[36bit-spi] = "P1021RDB-PC_36BIT_SPIFLASH_config" UBOOT_CONFIG[36bit-nand] = "P1021RDB-PC_36BIT_NAND_config" UBOOT_CONFIG[36bit-sdcard] = "P1021RDB-PC_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 ?= "p1021rdb-pc_32b.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"