diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-01 15:20:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:17 -0300 |
commit | e0fc9d0dfea7b0fc31a55ecf08ff37120caf0687 (patch) | |
tree | 5ca66761f37218173215e0fb59f838666594d799 /conf/machine/p2041rdb.conf | |
parent | 29ddbedb6d8ba408d9fcc0a59201ba5632e43206 (diff) | |
download | meta-freescale-e0fc9d0dfea7b0fc31a55ecf08ff37120caf0687.tar.gz |
p2041rdb: 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/p2041rdb.conf')
-rw-r--r-- | conf/machine/p2041rdb.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index a3ecac5b..ad40e678 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf | |||
@@ -16,6 +16,10 @@ UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" | |||
16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config" | 16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config" |
17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config" | 17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config" |
18 | 18 | ||
19 | UBOOT_SOURCE_NAND = "u-boot.pbl" | ||
20 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
21 | UBOOT_SOURCE_SD = "u-boot.pbl" | ||
22 | |||
19 | KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \ | 23 | KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \ |
20 | p2041rdb-usdpaa-shared-interfaces.dtb \ | 24 | p2041rdb-usdpaa-shared-interfaces.dtb \ |
21 | " | 25 | " |