summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 11:48:46 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commite9234135a60b9df4a3d049fe359e6655d9fbf849 (patch)
treeda56403db647f82b91d7c406ab98d118b49e2dd4
parenta76b369bffb377a194de35f6c919be4926afa96d (diff)
downloadmeta-freescale-e9234135a60b9df4a3d049fe359e6655d9fbf849.tar.gz
bsc9132qds: disable virtual terminal support
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/bsc9132qds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
index 1a2e1438..101f7184 100644
--- a/conf/machine/bsc9132qds.conf
+++ b/conf/machine/bsc9132qds.conf
@@ -35,3 +35,5 @@ KERNEL_DEVICETREE ?= "bsc9132qds.dtb"
35KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig" 35KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"
36 36
37JFFS2_ERASEBLOCK = "0x10000" 37JFFS2_ERASEBLOCK = "0x10000"
38
39USE_VT ?= "0"