[meta-freescale] [meta-fsl-ppc][PATCH 11/31] t104x: disable virtual terminal support

ting.liu at nxp.com ting.liu at nxp.com
Fri Jun 17 00:45:45 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 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 120e905..b78c8f2 100644
--- a/conf/machine/t1040d4rdb-64b.conf
+++ b/conf/machine/t1040d4rdb-64b.conf
@@ -24,3 +24,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 a202daa..0896887 100644
--- a/conf/machine/t1040d4rdb.conf
+++ b/conf/machine/t1040d4rdb.conf
@@ -24,3 +24,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 c8814b5..961423e 100644
--- a/conf/machine/t1042d4rdb-64b.conf
+++ b/conf/machine/t1042d4rdb-64b.conf
@@ -24,3 +24,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 3372302..3950831 100644
--- a/conf/machine/t1042d4rdb.conf
+++ b/conf/machine/t1042d4rdb.conf
@@ -24,3 +24,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"
-- 
1.9.2



More information about the meta-freescale mailing list