summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240rdb-64b.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 15:20:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:18 -0300
commita5b82447e38c046c8bd694fcdedc40ca852baf23 (patch)
tree41941e555168be943ee5249dae8884187d67b497 /conf/machine/t4240rdb-64b.conf
parent6350400423c0374ff881686b6ba90abeba4a5249 (diff)
downloadmeta-freescale-a5b82447e38c046c8bd694fcdedc40ca852baf23.tar.gz
t4240rdb(-64b): define the u-boot source binary name of NAND, SPI and SD
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/t4240rdb-64b.conf')
-rw-r--r--conf/machine/t4240rdb-64b.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 6399c94d..c85e2952 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -12,6 +12,10 @@ SOC_FAMILY = "t4:t4240"
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "T4240RDB_config" 13UBOOT_CONFIG[nor] = "T4240RDB_config"
14 14
15UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
16UBOOT_SOURCE_SPI = "u-boot.pbl"
17UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
18
15KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ 19KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
16 t4240rdb-usdpaa-shared-interfaces.dtb \ 20 t4240rdb-usdpaa-shared-interfaces.dtb \
17" 21"