summaryrefslogtreecommitdiffstats
path: root/conf/machine/c293pcie.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-01-22 17:05:38 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-08 18:14:46 +0800
commit312ad494fe342ac46be67aeb97469bb65f6f5de4 (patch)
tree610ce8dfd2fa381fa8349a6da5a8ef47bbfecdc6 /conf/machine/c293pcie.conf
parent8a128c576b22f2f4a265ed4d6735ff77d4e292f2 (diff)
downloadmeta-fsl-ppc-312ad494fe342ac46be67aeb97469bb65f6f5de4.tar.gz
update machine configure file for old boards
1.c293pcie: remove C293PCIE_NAND from UBOOT_MACHINE list 2.p1023rdb: update defconfig to p1023_defconfig Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine/c293pcie.conf')
-rw-r--r--conf/machine/c293pcie.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 0583611..88009ac 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -9,7 +9,7 @@ require conf/machine/include/soc-family.inc
9 9
10SOC_FAMILY = "c293pcie" 10SOC_FAMILY = "c293pcie"
11BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" 11BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
12UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT" 12UBOOT_MACHINES ?= "C29XPCIE C29XPCIE_SPIFLASH C29XPCIE_SECBOOT C29XPCIE_SPIFLASH_SECBOOT"
13KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" 13KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" 14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
15 15