summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:22:46 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:18:01 +0800
commitaea27792f7cbd18f2ef4e832d307c8171dfcf613 (patch)
tree6d6dee24a2d4d497d6011d1ef67650145dd9759b
parent8d47e1820e552a41866798224808c0441cde61d8 (diff)
downloadmeta-fsl-ppc-aea27792f7cbd18f2ef4e832d307c8171dfcf613.tar.gz
p2041rdb: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--conf/machine/p2041rdb.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index 41de1d4..b7b36f1 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.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"