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/t4240rdb.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/t4240rdb.conf')
-rw-r--r-- | conf/machine/t4240rdb.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 1f014f40..9633a678 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf | |||
@@ -12,9 +12,6 @@ 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 | ||
19 | HV_CFG_M = "t4240rdb" | 16 | HV_CFG_M = "t4240rdb" |
20 | 17 | ||