From 83e636e1e8a2d691ff878360edbb71f7d653f728 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 1 Sep 2015 15:20:34 +0800 Subject: t1042d4rdb(-64b): define the u-boot source binary name of NAND, SPI and SD Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- conf/machine/t1042d4rdb-64b.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/t1042d4rdb-64b.conf') diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf index 008bdd94..6b8642cb 100644 --- a/conf/machine/t1042d4rdb-64b.conf +++ b/conf/machine/t1042d4rdb-64b.conf @@ -16,6 +16,10 @@ UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config" UBOOT_CONFIG[secure-boot] = "T1042D4RDB_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 ?= "t1042d4rdb.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" -- cgit v1.2.3-54-g00ecf