aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p1023rdb.conf
blob: 13eff2500886a91b6ed4433c9ccc2126236ce417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#@TYPE: Machine
#@DESCRIPTION: Machine configuration for running 

require e500v2.inc
require conf/machine/include/soc-family.inc

SOC_FAMILY = "p1023"
UBOOT_MACHINES ?= "P1023RDB"
KERNEL_DEVICETREE ?= "p1023rdb.dtb"
KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
USE_VT = "0"