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/p2041rdb.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/machine/p2041rdb.conf (limited to 'conf/machine/p2041rdb.conf') diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf new file mode 100644 index 00000000..9ed63ff1 --- /dev/null +++ b/conf/machine/p2041rdb.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: Freescale P2041RDB +#@SOC: p2041 +#@DESCRIPTION: Machine configuration for running P2041RDB +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e500mc.inc + +SOC_FAMILY = "p2041" +UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT \ + P2041RDB_SDCARD P2041RDB_SPIFLASH \ +" +KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \ + p2041rdb-usdpaa-shared-interfaces.dtb \ +" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + -- cgit v1.2.3-54-g00ecf