From: Ting Liu Date: Wed, 22 Jan 2014 09:05:38 +0000 (+0800) Subject: update machine configure file for old boards X-Git-Tag: 2.1~534^2~156 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=65319d59428e8fd15da6d5e2a37f1d4f4a284f9d;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/conf/machine/c293pcie.conf b/meta-fsl-ppc/conf/machine/c293pcie.conf index 0583611a..88009ace 100644 --- a/meta-fsl-ppc/conf/machine/c293pcie.conf +++ b/meta-fsl-ppc/conf/machine/c293pcie.conf @@ -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" diff --git a/meta-fsl-ppc/conf/machine/p1023rdb.conf b/meta-fsl-ppc/conf/machine/p1023rdb.conf index 5cfb2149..4c180834 100644 --- a/meta-fsl-ppc/conf/machine/p1023rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1023rdb.conf @@ -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"