[meta-freescale] [meta-fsl-ppc][PATCH 10/31] t1024: disable virtual terminal support

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


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

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/t1024rdb-64b.conf | 2 +-
 conf/machine/t1024rdb.conf     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
index 8691633..6f575ad 100644
--- a/conf/machine/t1024rdb-64b.conf
+++ b/conf/machine/t1024rdb-64b.conf
@@ -21,5 +21,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
-
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
+USE_VT ?= "0"
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
index 45c4764..cda31da 100644
--- a/conf/machine/t1024rdb.conf
+++ b/conf/machine/t1024rdb.conf
@@ -21,5 +21,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
-
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
+USE_VT ?= "0"
-- 
1.9.2



More information about the meta-freescale mailing list