aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/b4860qds-64b.conf
blob: 0c42b3b705169e895d50c25f979ecb9b6cf2704c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#@TYPE: Machine
#@DESCRIPTION: Machine configuration for running B4860QDS in 64-bit mode

require e6500-64b.inc
require conf/machine/include/soc-family.inc

SOC_FAMILY = "b4860"
# TODO: fix 32bit build of u-boot
UBOOT_MACHINES ?= "B4860QDS"
KERNEL_DEVICETREE ?= "${S}/arch/powerpc/boot/dts/b4860qds.dts \
	${S}/arch/powerpc/boot/dts/b4860qds-usdpaa.dts"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

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