aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-01 14:50:07 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 16:07:28 +0100
commit062dd6a8b90c7c553a6a7257e9c245276b1dd969 (patch)
treef6be79b958ef06be1811c642da4a656e7dc63697 /android/cmdline-options.h
parentfd59c330bec77e7b9241e478efb1e1c508480d1d (diff)
downloadexternal_qemu-062dd6a8b90c7c553a6a7257e9c245276b1dd969.zip
external_qemu-062dd6a8b90c7c553a6a7257e9c245276b1dd969.tar.gz
external_qemu-062dd6a8b90c7c553a6a7257e9c245276b1dd969.tar.bz2
Move some serial ports initialization to the core.
This moves the initialization of the ports used by qemud and the "kmsg" component to the core. + Gets rid of the -old-system option used to suppot pre-1.4 Android system. We don't officially support anything before 1.5 anyway. Change-Id: Ied7e284d952adfd3419d96c39a7c48761f1b3f5c
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index b9105af..b7d7bfa 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -131,7 +131,6 @@ OPT_PARAM( report_console, "<socket>", "report console port to remote socket" )
OPT_PARAM( gps, "<device>", "redirect NMEA GPS to character device" )
OPT_PARAM( keyset, "<name>", "specify keyset file name" )
OPT_PARAM( shell_serial, "<device>", "specific character device for root shell" )
-OPT_FLAG ( old_system, "support old (pre 1.4) system images" )
OPT_PARAM( tcpdump, "<file>", "capture network packets to file" )
OPT_PARAM( bootchart, "<timeout>", "enable bootcharting")