aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/t1040rdb-64b.conf
blob: 0f0a6859932ab8f5ae78f091a47209e0f3f8b447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#@TYPE: Machine
#@NAME: Freescale T1040RDB
#@SOC: t1040
#@DESCRIPTION: Machine configuration for running T1040RDB in 64-bit mode
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>

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

SOC_FAMILY = "t1040"
UBOOT_MACHINES ?= "T1040RDB"
KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

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