]> code.ossystems Code Review - meta-freescale.git/commitdiff
update machine configure file for old boards
authorTing Liu <b28495@freescale.com>
Wed, 22 Jan 2014 09:05:38 +0000 (17:05 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 8 Jul 2014 10:14:46 +0000 (18:14 +0800)
1.c293pcie: remove C293PCIE_NAND from UBOOT_MACHINE list
2.p1023rdb: update defconfig to p1023_defconfig

Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/conf/machine/c293pcie.conf
meta-fsl-ppc/conf/machine/p1023rdb.conf

index 0583611a5994c71b0d6f1ad6fad61a47c2e9d8f2..88009ace7da70952c2c9fe3749a80c1b857f12f6 100644 (file)
@@ -9,7 +9,7 @@ require conf/machine/include/soc-family.inc
 
 SOC_FAMILY = "c293pcie"
 BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
-UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT"
+UBOOT_MACHINES ?= "C29XPCIE C29XPCIE_SPIFLASH C29XPCIE_SECBOOT C29XPCIE_SPIFLASH_SECBOOT"
 KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
 KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
 
index 5cfb21490b29140935c8d9ec4cb44c35b5873b7f..4c18083406b39fa59815b1158e996177746c2885 100644 (file)
@@ -10,7 +10,7 @@ require conf/machine/include/soc-family.inc
 SOC_FAMILY = "p1023"
 UBOOT_MACHINES ?= "P1023RDB"
 KERNEL_DEVICETREE ?= "p1023rdb.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"