summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1024rdb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:35:48 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:34:12 -0300
commit58a573c07b566ca25bbd70114fc488f778afa754 (patch)
treea3c037299ac1cb19491ade67abddbfda7848d0bc /conf/machine/t1024rdb.conf
parentf5a070e6082e1837463e8ff2398e0b06c6b19ae8 (diff)
downloadmeta-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/t1024rdb.conf')
-rw-r--r--conf/machine/t1024rdb.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 22c94364..3a78cd58 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -16,9 +16,6 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config"
16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config"
17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" 17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18 18
19UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
20UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
21UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
22 19
23HV_CFG_M = "t1024rdb" 20HV_CFG_M = "t1024rdb"
24 21