From: Zhenhua Luo Date: Tue, 1 Sep 2015 03:49:04 +0000 (+0800) Subject: t1042d4rdb(-64b): disable virtual terminal support X-Git-Tag: 2.1~332 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5b0e1ee81dfdf11d4494ef6b21cd3fdc1c18f3eb;p=meta-freescale.git t1042d4rdb(-64b): disable virtual terminal support Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf index 2196230d..008bdd94 100644 --- a/conf/machine/t1042d4rdb-64b.conf +++ b/conf/machine/t1042d4rdb-64b.conf @@ -24,3 +24,5 @@ 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 674267d0..5d430ac9 100644 --- a/conf/machine/t1042d4rdb.conf +++ b/conf/machine/t1042d4rdb.conf @@ -24,3 +24,5 @@ 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"