diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-01 11:48:45 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:16 -0300 |
commit | a76b369bffb377a194de35f6c919be4926afa96d (patch) | |
tree | e297c563500c79efd08e665ef5a192ae6619225d /conf/machine/bsc9131rdb.conf | |
parent | fe3b854120f84b8544f8f05c0f2963ef0272dcb1 (diff) | |
download | meta-freescale-a76b369bffb377a194de35f6c919be4926afa96d.tar.gz |
bsc9131rdb: 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/bsc9131rdb.conf')
-rw-r--r-- | conf/machine/bsc9131rdb.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf index e79632a5..0448401e 100644 --- a/conf/machine/bsc9131rdb.conf +++ b/conf/machine/bsc9131rdb.conf | |||
@@ -19,3 +19,5 @@ KERNEL_DEVICETREE ?= "bsc9131rdb.dtb" | |||
19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" | 19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" |
20 | 20 | ||
21 | JFFS2_ERASEBLOCK = "0x10000" | 21 | JFFS2_ERASEBLOCK = "0x10000" |
22 | |||
23 | USE_VT ?= "0" | ||