diff options
author | Ting Liu <b28495@freescale.com> | 2014-01-22 17:05:38 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-08 18:14:46 +0800 |
commit | 65319d59428e8fd15da6d5e2a37f1d4f4a284f9d (patch) | |
tree | 5e6de898e441170c45413455dae893736886d0ba /meta-fsl-ppc | |
parent | c825cb2866a37e6d7c6dfb13637a2cc1ab55938d (diff) | |
download | meta-freescale-65319d59428e8fd15da6d5e2a37f1d4f4a284f9d.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 'meta-fsl-ppc')
-rw-r--r-- | meta-fsl-ppc/conf/machine/c293pcie.conf | 2 | ||||
-rw-r--r-- | meta-fsl-ppc/conf/machine/p1023rdb.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-ppc/conf/machine/c293pcie.conf b/meta-fsl-ppc/conf/machine/c293pcie.conf index 0583611a5..88009ace7 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 | |||
9 | 9 | ||
10 | SOC_FAMILY = "c293pcie" | 10 | SOC_FAMILY = "c293pcie" |
11 | BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" | 11 | BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" |
12 | UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT" | 12 | UBOOT_MACHINES ?= "C29XPCIE C29XPCIE_SPIFLASH C29XPCIE_SECBOOT C29XPCIE_SPIFLASH_SECBOOT" |
13 | KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" | 13 | KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" |
14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
15 | 15 | ||
diff --git a/meta-fsl-ppc/conf/machine/p1023rdb.conf b/meta-fsl-ppc/conf/machine/p1023rdb.conf index 5cfb21490..4c1808340 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 | |||
10 | SOC_FAMILY = "p1023" | 10 | SOC_FAMILY = "p1023" |
11 | UBOOT_MACHINES ?= "P1023RDB" | 11 | UBOOT_MACHINES ?= "P1023RDB" |
12 | KERNEL_DEVICETREE ?= "p1023rdb.dtb" | 12 | KERNEL_DEVICETREE ?= "p1023rdb.dtb" |
13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" | 13 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig" |
14 | 14 | ||
15 | JFFS2_ERASEBLOCK = "0x10000" | 15 | JFFS2_ERASEBLOCK = "0x10000" |
16 | 16 | ||