summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t4240rdb.conf')
-rw-r--r--conf/machine/t4240rdb.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index a4b7995..9b6056b 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -1,13 +1,15 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale T4240RDB 2#@NAME: Freescale T4240RDB
3#@SOC: t4240 3#@SOC: t4240
4#@DESCRIPTION: Machine configuration for running T4240RDB in 32-bit mode 4#@DESCRIPTION: Machine configuration for Freescale QorIQ T4240 Reference
5# Design Board with ppce6500 core in 32b mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 7
7require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
8 9
9SOC_FAMILY = "t4:t4240" 10SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240RDB" 11UBOOT_CONFIG ??= "nor"
12UBOOT_CONFIG[nor] = "T4240RDB_config"
11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ 13KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
12 t4240rdb-usdpaa-shared-interfaces.dtb \ 14 t4240rdb-usdpaa-shared-interfaces.dtb \
13" 15"
@@ -15,3 +17,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
15 17
16JFFS2_ERASEBLOCK = "0x10000" 18JFFS2_ERASEBLOCK = "0x10000"
17 19
20EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"