diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:35:48 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:34:12 -0300 |
commit | 58a573c07b566ca25bbd70114fc488f778afa754 (patch) | |
tree | a3c037299ac1cb19491ade67abddbfda7848d0bc /conf/machine/t2080rdb.conf | |
parent | f5a070e6082e1837463e8ff2398e0b06c6b19ae8 (diff) | |
download | meta-freescale-58a573c07b566ca25bbd70114fc488f778afa754.tar.gz |
remove obsolete UBOOT_SOURCE_* variables in machine file
u-boot has switched to the new UBOOT_CONFIG format. These variables
are useless now.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/t2080rdb.conf')
-rw-r--r-- | conf/machine/t2080rdb.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index 405d0968..ba4b29c9 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf | |||
@@ -17,9 +17,6 @@ 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 | ||
24 | HV_CFG_M = "t2080rdb" | 21 | HV_CFG_M = "t2080rdb" |
25 | 22 | ||