diff options
Diffstat (limited to 'conf/machine/p2041rdb.conf')
-rw-r--r-- | conf/machine/p2041rdb.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf new file mode 100644 index 0000000..bc6764f --- /dev/null +++ b/conf/machine/p2041rdb.conf | |||
@@ -0,0 +1,16 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | require e500mc.inc | ||
5 | require conf/machine/include/soc-family.inc | ||
6 | |||
7 | SOC_FAMILY = "p2041" | ||
8 | UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH" | ||
9 | KERNEL_DEVICETREE = "p2041rdb.dtb p2041rdb-usdpaa.dtb" | ||
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | ||
11 | |||
12 | JFFS2_ERASEBLOCK = "0x10000" | ||
13 | |||
14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
16 | USE_VT = "0" | ||