From: Zhenhua Luo Date: Tue, 1 Sep 2015 07:20:33 +0000 (+0800) Subject: t1040d4rdb(-64b): define the u-boot source binary name of NAND, SPI and SD X-Git-Tag: 2.1~307 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5ba8f3d02312caed7355221e6fc8bdff41c847fe;p=meta-freescale.git t1040d4rdb(-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/t1040d4rdb-64b.conf b/conf/machine/t1040d4rdb-64b.conf index cbfb6d84..790dd305 100644 --- a/conf/machine/t1040d4rdb-64b.conf +++ b/conf/machine/t1040d4rdb-64b.conf @@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1040D4RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1040D4RDB_SPIFLASH_config" UBOOT_CONFIG[secure-boot] = "T1040D4RDB_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 ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" diff --git a/conf/machine/t1040d4rdb.conf b/conf/machine/t1040d4rdb.conf index 8f85ed94..abdbe6e3 100644 --- a/conf/machine/t1040d4rdb.conf +++ b/conf/machine/t1040d4rdb.conf @@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1040D4RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1040D4RDB_SPIFLASH_config" UBOOT_CONFIG[secure-boot] = "T1040D4RDB_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 ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa-lag.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"