summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:22:56 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:18:01 +0800
commit34739ce85ed4bc2a5c8ad21e1f095867d18dce9f (patch)
tree572a81d363779eaa1e1d909866b70ba6eeaae7b1
parentaea27792f7cbd18f2ef4e832d307c8171dfcf613 (diff)
downloadmeta-fsl-ppc-34739ce85ed4bc2a5c8ad21e1f095867d18dce9f.tar.gz
p3041ds: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--conf/machine/p3041ds.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index d2464e3..c02bfc4 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -22,3 +22,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
22JFFS2_ERASEBLOCK = "0x10000" 22JFFS2_ERASEBLOCK = "0x10000"
23 23
24EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 24EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
25USE_VT ?= "0"