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.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index bbe0042..d8ca3cf 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -8,14 +8,16 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t4:t4240" 10SOC_FAMILY = "t4:t4240"
11
11UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
12UBOOT_CONFIG[nor] = "T4240QDS_config" 13UBOOT_CONFIG[nor] = "T4240QDS_config"
13UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
15
14KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ 16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
15 t4240qds-usdpaa-shared-interfaces.dtb \ 17 t4240qds-usdpaa-shared-interfaces.dtb \
16" 18"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
18 20
19JFFS2_ERASEBLOCK = "0x10000" 21JFFS2_ERASEBLOCK = "0x10000"
20
21EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 22EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
23USE_VT ?= "0"