From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:32 +0000 (+0800) Subject: t1024rdb(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~308 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3e88bfba111a5faac3b8837c05c33166c2f932b1;p=meta-freescale.git t1024rdb(-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/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf index 48681cd8..ea313fe6 100644 --- a/conf/machine/t1024rdb-64b.conf +++ b/conf/machine/t1024rdb-64b.conf @@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_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 ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf index 8f750382..0fe762d5 100644 --- a/conf/machine/t1024rdb.conf +++ b/conf/machine/t1024rdb.conf @@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_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 ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"