From a5b82447e38c046c8bd694fcdedc40ca852baf23 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 1 Sep 2015 15:20:39 +0800 Subject: t4240rdb(-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/t4240rdb.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/t4240rdb.conf') diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 1e51a404..2af93951 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf @@ -12,6 +12,10 @@ SOC_FAMILY = "t4:t4240" UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "T4240RDB_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" +UBOOT_SOURCE_SPI = "u-boot.pbl" +UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" + KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ t4240rdb-usdpaa-shared-interfaces.dtb \ " -- cgit v1.2.3-54-g00ecf