From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:31 +0000 (+0800) Subject: t1023rdb(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~309 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c92693648bc525affff911b5cc36c81f24ae0198;p=meta-freescale.git t1023rdb(-64b): 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/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf index 0111fbd9..5f6f61f1 100644 --- a/conf/machine/t1023rdb-64b.conf +++ b/conf/machine/t1023rdb-64b.conf @@ -14,6 +14,10 @@ UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" +UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" +UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" + KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"