aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8544ds.conf
blob: 89e1d8986c9a8453e68779a76ee6bbd53da95b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#@TYPE: Machine
#@Name: Freescale MPC8544DS
#@DESCRIPTION: Machine configuration for the Freescale MPC8544DS

require e500v2.inc

UBOOT_MACHINES ?= "MPC8544DS"
KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8544ds.dts"
KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"

JFFS2_ERASEBLOCK = "0x20000"

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