summaryrefslogtreecommitdiffstats
path: root/conf/machine/t1023rdb-64b.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/t1023rdb-64b.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/t1023rdb-64b.conf')
-rw-r--r--conf/machine/t1023rdb-64b.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index c536d7a2..ba6284a1 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -15,9 +15,6 @@ UBOOT_CONFIG[nand] = "T1023RDB_NAND_config"
15UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config" 15UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config"
16UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config"
17 17
18UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"
19UBOOT_SOURCE_SPI = "u-boot-with-spl-pbl.bin"
20UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin"
21 18
22KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb" 19KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb"
23KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"