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

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

SOC_FAMILY = "p3041"
UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT P3041DS_SDCARD P3041DS_SPIFLASH"
KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-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"