summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:09:00 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:41:54 +0800
commite6cb0dba0757186c3e84488fa5e45e67532cf367 (patch)
tree0ef26101c1b71c8898da77e7e7b6d1bccbafc9f4 /conf/machine/t4240qds.conf
parent0dff68f9a79294e15ff33644078440116466d273 (diff)
downloadmeta-fsl-ppc-e6cb0dba0757186c3e84488fa5e45e67532cf367.tar.gz
t4240: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
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"