From ec67e3a9ff0341036170dc6750e43485a017a595 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 15 Jun 2016 17:20:45 +0800 Subject: t104x: disable virtual terminal support Signed-off-by: Ting Liu --- conf/machine/t1040d4rdb-64b.conf | 1 + conf/machine/t1040d4rdb.conf | 1 + conf/machine/t1042d4rdb-64b.conf | 1 + conf/machine/t1042d4rdb.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/conf/machine/t1040d4rdb-64b.conf b/conf/machine/t1040d4rdb-64b.conf index f40dbcf..2a9f267 100644 --- a/conf/machine/t1040d4rdb-64b.conf +++ b/conf/machine/t1040d4rdb-64b.conf @@ -22,3 +22,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" QE_UCODE = "iram_Type_A_T1040_r1.0.bin" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" +USE_VT ?= "0" diff --git a/conf/machine/t1040d4rdb.conf b/conf/machine/t1040d4rdb.conf index 5a0faa4..425c72b 100644 --- a/conf/machine/t1040d4rdb.conf +++ b/conf/machine/t1040d4rdb.conf @@ -22,3 +22,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" QE_UCODE = "iram_Type_A_T1040_r1.0.bin" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" +USE_VT ?= "0" diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf index 18e8b2b..bee7cbc 100644 --- a/conf/machine/t1042d4rdb-64b.conf +++ b/conf/machine/t1042d4rdb-64b.conf @@ -22,3 +22,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" QE_UCODE = "iram_Type_A_T1040_r1.0.bin" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" +USE_VT ?= "0" diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf index 430cd42..d8fead0 100644 --- a/conf/machine/t1042d4rdb.conf +++ b/conf/machine/t1042d4rdb.conf @@ -22,3 +22,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" QE_UCODE = "iram_Type_A_T1040_r1.0.bin" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" +USE_VT ?= "0" -- cgit v1.2.3-54-g00ecf