From 7a99472f8509aad0799895d75e1326b76d332e21 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 15 Jan 2016 17:30:44 +0100 Subject: initial commit for Enea Linux 5.0-ppc Signed-off-by: Adrian Dudau --- conf/machine/p3041ds.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/p3041ds.conf (limited to 'conf/machine/p3041ds.conf') diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf new file mode 100644 index 0000000..01c51e4 --- /dev/null +++ b/conf/machine/p3041ds.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: Freescale P3041DS +#@SOC: p3041 +#@DESCRIPTION: Machine configuration for running P3041DS +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e500mc.inc + +SOC_FAMILY = "p3041" +UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH" +KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + -- cgit v1.2.3-54-g00ecf