aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p2041rdb.conf
blob: 69889228aef39378d488c4d8b420808d3b6070ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#@TYPE: Machine
#@NAME: Freescale P2041RDB
#@SOC: p2041
#@DESCRIPTION: Machine configuration for running P2041RDB
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>

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

SOC_FAMILY = "p2041"
UBOOT_MACHINES ?= "P2041RDB P2041RDB_NAND P2041RDB_SECURE_BOOT P2041RDB_SDCARD P2041RDB_SPIFLASH"
KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

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