From: Zhenhua Luo Date: Wed, 30 Nov 2011 15:16:55 +0000 (+0000) Subject: add machine configure file for p1023rds and p2041rdb X-Git-Tag: 2.1~534^2~553 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a40becac8f5423f5f5179c61f8ee0ded817f9b3b;p=meta-freescale.git add machine configure file for p1023rds and p2041rdb Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/conf/machine/p1023rds.conf b/meta-fsl-ppc/conf/machine/p1023rds.conf new file mode 100644 index 00000000..c5615dbd --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1023rds.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running + +require e500v2.inc + +UBOOT_MACHINES = "P1023RDS" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" diff --git a/meta-fsl-ppc/conf/machine/p2041rdb.conf b/meta-fsl-ppc/conf/machine/p2041rdb.conf new file mode 100644 index 00000000..ab7ce5bc --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p2041rdb.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running + +require e500mc.inc + +UBOOT_MACHINES = "P2041RDB" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"