diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-01 15:20:39 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:18 -0300 |
commit | a5b82447e38c046c8bd694fcdedc40ca852baf23 (patch) | |
tree | 41941e555168be943ee5249dae8884187d67b497 /conf/machine/t4240rdb.conf | |
parent | 6350400423c0374ff881686b6ba90abeba4a5249 (diff) | |
download | meta-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.conf')
-rw-r--r-- | conf/machine/t4240rdb.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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" | |||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
13 | UBOOT_CONFIG[nor] = "T4240RDB_config" | 13 | UBOOT_CONFIG[nor] = "T4240RDB_config" |
14 | 14 | ||
15 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
16 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
17 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
18 | |||
15 | KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ | 19 | KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ |
16 | t4240rdb-usdpaa-shared-interfaces.dtb \ | 20 | t4240rdb-usdpaa-shared-interfaces.dtb \ |
17 | " | 21 | " |