From 44d02bcd3e0676c919c898d9146c4d446b1f0778 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 23 Jun 2016 10:41:24 +0800 Subject: t2080: disable virtual terminal support Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo --- conf/machine/t2080qds-64b.conf | 1 + conf/machine/t2080qds.conf | 1 + conf/machine/t2080rdb-64b.conf | 1 + conf/machine/t2080rdb.conf | 1 + 4 files changed, 4 insertions(+) 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" JFFS2_ERASEBLOCK = "0x10000" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" +USE_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" JFFS2_ERASEBLOCK = "0x10000" EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" +USE_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" JFFS2_ERASEBLOCK = "0x10000" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" +USE_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" JFFS2_ERASEBLOCK = "0x10000" EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" +USE_VT ?= "0" -- cgit v1.2.3-54-g00ecf