summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1023rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1023rdb.conf')
-rw-r--r--conf/machine/p1023rdb.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
new file mode 100644
index 0000000..02ec4a5
--- /dev/null
+++ b/conf/machine/p1023rdb.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Freescale P1023RDB
3#@SOC: p1023
4#@DESCRIPTION: Machine configuration for running P1023RDB
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require conf/machine/include/e500v2.inc
8
9SOC_FAMILY = "p1023"
10UBOOT_MACHINES ?= "P1023RDB"
11KERNEL_DEVICETREE ?= "p1023rdb.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
13
14JFFS2_ERASEBLOCK = "0x10000"
15