summaryrefslogtreecommitdiffstats
path: root/conf/machine/c293pcie.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/c293pcie.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/c293pcie.conf')
-rw-r--r--conf/machine/c293pcie.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 9923f52b7..19921e0e6 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -16,7 +16,6 @@ UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config"
16UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config" 16UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config"
17UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config" 17UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config"
18 18
19UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
20 19
21KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" 20KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
22KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"