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/t4240rdb.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/t4240rdb.conf') 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" UBOOT_CONFIG ??= "nor" UBOOT_CONFIG[nor] = "T4240RDB_config" -UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" -UBOOT_SOURCE_SPI = "u-boot.pbl" -UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" HV_CFG_M = "t4240rdb" -- cgit v1.2.3-54-g00ecf