diff options
author | Chia-I Wu <olv@openmoko.com> | 2008-10-31 16:46:52 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2009-01-12 14:29:09 +0800 |
commit | b36564637ece0d562e142a219d838803bf65046d (patch) | |
tree | 8388e2837bd5cf9550dfd6440dd0537b1118c15a /conf/machine/om-gta02.conf | |
parent | 321b7dc88878ff24a48065048e01957d440a81c5 (diff) |
fastboot: om-gta02.conf: Set USE_VT to 0.
update PR of sysvinit_2.86.bb as well since it uses USE_VT.
Diffstat (limited to 'conf/machine/om-gta02.conf')
-rw-r--r-- | conf/machine/om-gta02.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index c7b06dc3cd..c31828aafe 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -24,6 +24,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ # no need to bypass this as in om-gta01, since this model is not using a multiplexed ttySAC0 SERIAL_CONSOLE = "115200 ttySAC2" +USE_VT = "0" # used by some images ROOT_FLASH_SIZE = "256" |