summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-23 10:41:24 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:41:24 +0800
commit44d02bcd3e0676c919c898d9146c4d446b1f0778 (patch)
tree1c08bccd5c0fc01386ebf06f0f3655f176517232
parentec67e3a9ff0341036170dc6750e43485a017a595 (diff)
downloadmeta-fsl-ppc-44d02bcd3e0676c919c898d9146c4d446b1f0778.tar.gz
t2080: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--conf/machine/t2080qds-64b.conf1
-rw-r--r--conf/machine/t2080qds.conf1
-rw-r--r--conf/machine/t2080rdb-64b.conf1
-rw-r--r--conf/machine/t2080rdb.conf1
4 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
index 83babf5..2a9b2ef 100644
--- a/conf/machine/t2080qds-64b.conf
+++ b/conf/machine/t2080qds-64b.conf
@@ -23,3 +23,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
23JFFS2_ERASEBLOCK = "0x10000" 23JFFS2_ERASEBLOCK = "0x10000"
24 24
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 25EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
26USE_VT ?= "0"
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
index 790a60e..3770d41 100644
--- a/conf/machine/t2080qds.conf
+++ b/conf/machine/t2080qds.conf
@@ -24,3 +24,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
25 25
26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
27USE_VT ?= "0"
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index 9421603..4d5a469 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -23,3 +23,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
23JFFS2_ERASEBLOCK = "0x10000" 23JFFS2_ERASEBLOCK = "0x10000"
24 24
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 25EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
26USE_VT ?= "0"
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index d1f8c09..dd8ed33 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -24,3 +24,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
24JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
25 25
26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
27USE_VT ?= "0"