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/t2080rdb-64b.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/t2080rdb-64b.conf') diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index 5ad05354f..1d3200ec3 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-64b.conf @@ -17,9 +17,6 @@ UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" UBOOT_CONFIG[secure-boot] = "T2080RDB_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 = "t2080rdb" -- cgit v1.2.3-54-g00ecf