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.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
new file mode 100644
index 0000000..e591e09
--- /dev/null
+++ b/conf/machine/p1023rdb.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running
3
4require e500v2.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "p1023"
8UBOOT_MACHINES ?= "P1023RDB"
9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rdb.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
11
12JFFS2_ERASEBLOCK = "0x10000"
13
14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
16USE_VT = "0"