diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-01 15:20:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:18 -0300 |
commit | 2b6235c77b4617e7b2a4960e6980dd4c237d3654 (patch) | |
tree | 655bf498af5c1495dc8ffbeef3b3aa05ee675c94 | |
parent | 2277760d62d762fd78cb3622948d051deb406274 (diff) | |
download | meta-freescale-2b6235c77b4617e7b2a4960e6980dd4c237d3654.tar.gz |
t2080rdb(-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>
-rw-r--r-- | conf/machine/t2080rdb-64b.conf | 4 | ||||
-rw-r--r-- | conf/machine/t2080rdb.conf | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index 3a52d4b4..de5e18e9 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf | |||
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" | |||
17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" | 17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" |
18 | UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" | 18 | UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" |
19 | 19 | ||
20 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | ||
22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
23 | |||
20 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ | 24 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ |
21 | t2080rdb-usdpaa-shared-interfaces.dtb \ | 25 | t2080rdb-usdpaa-shared-interfaces.dtb \ |
22 | " | 26 | " |
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 43bd5574..82a4ec36 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf | |||
@@ -17,6 +17,10 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" | |||
17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" | 17 | UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" |
18 | UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" | 18 | UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" |
19 | 19 | ||
20 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
21 | UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" | ||
22 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
23 | |||
20 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ | 24 | KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \ |
21 | t2080rdb-usdpaa-shared-interfaces.dtb \ | 25 | t2080rdb-usdpaa-shared-interfaces.dtb \ |
22 | " | 26 | " |