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/t2080qds-64b.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/t2080qds-64b.conf') diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf index 5bea7d872..969f0986d 100644 --- a/conf/machine/t2080qds-64b.conf +++ b/conf/machine/t2080qds-64b.conf @@ -17,9 +17,6 @@ UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" UBOOT_CONFIG[secure-boot] = "T2080QDS_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 = "t2080qds" -- cgit v1.2.3-54-g00ecf