aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/b4420qds.conf
blob: ef8f97713b6d5b09f682715e25b0908cc2e55810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#@TYPE: Machine
#@DESCRIPTION: Machine configuration for running B4420QDS in 32-bit mode

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

SOC_FAMILY = "b4420"
UBOOT_MACHINES ?= "B4420QDS"
KERNEL_DEVICETREE = "b4420qds.dtb"
KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/e6500rev1_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

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