summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/t4240qds.conf')
-rw-r--r--conf/machine/t4240qds.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index c244bfb5..b51dbd49 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -1,13 +1,18 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale T4240QDS 2#@NAME: Freescale T4240QDS
3#@SOC: t4240 3#@SOC: t4240
4#@DESCRIPTION: Machine configuration for running T4240QDS in 32-bit mode 4#@DESCRIPTION: Machine configuration for Freescale QorIQ T4240 Development
5# System 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 ?= "T4240QDS T4240QDS_SECURE_BOOT" 11
12UBOOT_CONFIG ??= "nor secure-boot"
13UBOOT_CONFIG[nor] = "T4240QDS_config"
14UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config
15
11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ 16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
12 t4240qds-usdpaa-shared-interfaces.dtb \ 17 t4240qds-usdpaa-shared-interfaces.dtb \
13" 18"
@@ -15,3 +20,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
15 20
16JFFS2_ERASEBLOCK = "0x10000" 21JFFS2_ERASEBLOCK = "0x10000"
17 22
23EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"