summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020rdb.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-09-01 11:48:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commit676f403e5f36bffeb785756aa903352cc819e4eb (patch)
tree55af9ad396eb824b8c8a3d17703dcf075c61deeb /conf/machine/p1020rdb.conf
parent552bf56a42c067c18addb83d5f98ce0b28cb56c1 (diff)
downloadmeta-freescale-676f403e5f36bffeb785756aa903352cc819e4eb.tar.gz
p1020rdb: disable virtual terminal support
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/p1020rdb.conf')
-rw-r--r--conf/machine/p1020rdb.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 2a6c9db5..30009fb5 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -20,3 +20,5 @@ KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb"
20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
21 21
22JFFS2_ERASEBLOCK = "0x20000" 22JFFS2_ERASEBLOCK = "0x20000"
23
24USE_VT ?= "0"