From 58a573c07b566ca25bbd70114fc488f778afa754 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 16 Jul 2016 00:35:48 +0800 Subject: 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 Signed-off-by: Otavio Salvador --- conf/machine/t1024rdb-64b.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/t1024rdb-64b.conf') diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf index e69fcd23..be9d57a7 100644 --- a/conf/machine/t1024rdb-64b.conf +++ b/conf/machine/t1024rdb-64b.conf @@ -16,9 +16,6 @@ UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config" UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" -UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" -UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin" -UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" HV_CFG_M = "t1024rdb" -- cgit v1.2.3-54-g00ecf