summaryrefslogtreecommitdiffstats
path: root/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
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')
-rw-r--r--conf/machine/c293pcie.conf2
-rw-r--r--conf/machine/p1023rdb.conf2
2 files changed, 2 insertions, 2 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
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
index 5cfb214..4c18083 100644
--- a/conf/machine/p1023rdb.conf
+++ b/conf/machine/p1023rdb.conf
@@ -10,7 +10,7 @@ require conf/machine/include/soc-family.inc
10SOC_FAMILY = "p1023" 10SOC_FAMILY = "p1023"
11UBOOT_MACHINES ?= "P1023RDB" 11UBOOT_MACHINES ?= "P1023RDB"
12KERNEL_DEVICETREE ?= "p1023rdb.dtb" 12KERNEL_DEVICETREE ?= "p1023rdb.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" 13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
14 14
15JFFS2_ERASEBLOCK = "0x10000" 15JFFS2_ERASEBLOCK = "0x10000"
16 16