diff options
author | Zhenhua Luo <b19537@freescale.com> | 2011-11-30 15:16:55 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2011-11-30 03:24:18 -0600 |
commit | d9c7e1036fc2e9fb7b37007eef8da442ce3bf19e (patch) | |
tree | a61f35e0bb2c58c9bc7933396a519028d760dba4 /conf/machine | |
parent | 40a1cb10b7237a7904fa58f4df23997c7cb7c17f (diff) | |
download | meta-fsl-ppc-d9c7e1036fc2e9fb7b37007eef8da442ce3bf19e.tar.gz |
add machine configure file for p1023rds and p2041rdb
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/p1023rds.conf | 8 | ||||
-rw-r--r-- | conf/machine/p2041rdb.conf | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/p1023rds.conf b/conf/machine/p1023rds.conf new file mode 100644 index 0000000..c5615db --- /dev/null +++ b/conf/machine/p1023rds.conf | |||
@@ -0,0 +1,8 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | require e500v2.inc | ||
5 | |||
6 | UBOOT_MACHINES = "P1023RDS" | ||
7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts" | ||
8 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" | ||
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf new file mode 100644 index 0000000..ab7ce5b --- /dev/null +++ b/conf/machine/p2041rdb.conf | |||
@@ -0,0 +1,8 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | require e500mc.inc | ||
5 | |||
6 | UBOOT_MACHINES = "P2041RDB" | ||
7 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts" | ||
8 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | ||