aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240rdb.conf
blob: 1f8cb83c88bf4cc294804059180e8b43734c1107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#@TYPE: Machine
#@NAME: NXP T4240RDB
#@SOC: t4240
#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Reference
#              Design Board with ppce6500 core in 32b mode
#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>

require conf/machine/include/e6500.inc

MACHINEOVERRIDES =. "t4:t4240:"

UBOOT_CONFIG ??= "nor"
UBOOT_CONFIG[nor] = "T4240RDB_config,,u-boot-with-dtb.bin"

HV_CFG_M = "t4240rdb"

KERNEL_DEVICETREE ?= "fsl/t4240rdb.dtb"
KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

EXTRA_IMAGEDEPENDS += "fm-ucode rcw ls2-phy"

USE_VT ?= "0"