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/t4240rdb-64b.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/t4240rdb-64b.conf (limited to 'conf/machine/t4240rdb-64b.conf') diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf new file mode 100644 index 000000000..7d6543c07 --- /dev/null +++ b/conf/machine/t4240rdb-64b.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@NAME: Freescale T4240RDB +#@SOC: t4240 +#@DESCRIPTION: Machine configuration for running T4240RDB in 64-bit mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e6500-64b.inc + +SOC_FAMILY = "t4:t4240" +UBOOT_MACHINES ?= "T4240RDB" +KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ + t4240rdb-usdpaa-shared-interfaces.dtb \ +" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + -- cgit v1.2.3-54-g00ecf