From 6a868a671472d454b407a165fc31c5f7dfe783c6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Jul 2015 16:02:25 -0300 Subject: Move meta-fsl-ppc content to layer root This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- conf/machine/c293pcie.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/machine/c293pcie.conf (limited to 'conf/machine/c293pcie.conf') diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf new file mode 100644 index 000000000..6a63844e0 --- /dev/null +++ b/conf/machine/c293pcie.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Freescale C293PCIE +#@SOC: c293pcie +#@DESCRIPTION: Machine configuration for running C293PCIE in 36-bit mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e500v2.inc + +SOC_FAMILY = "c293pcie" +BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" +UBOOT_MACHINES ?= "C29XPCIE C29XPCIE_SPIFLASH C29XPCIE_SECBOOT C29XPCIE_SPIFLASH_SECBOOT" +KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + -- cgit v1.2.3-54-g00ecf