aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-02-05 13:36:50 -0800
committerDavid 'Digit' Turner <digit@google.com>2010-02-05 13:36:50 -0800
commit8e090360d3c50dc4e588a7426a01cb1f8ee942b4 (patch)
tree9cd50c9eb7168b2525b20ab162038040ff21c884 /android/cmdline-options.h
parent1cb37b34f117f72bb16de23f42ba6885e729d85c (diff)
downloadexternal_qemu-8e090360d3c50dc4e588a7426a01cb1f8ee942b4.zip
external_qemu-8e090360d3c50dc4e588a7426a01cb1f8ee942b4.tar.gz
external_qemu-8e090360d3c50dc4e588a7426a01cb1f8ee942b4.tar.bz2
Revert previous patch to fix SD Card emulation - DO NOT MERGE
The previous patch modifies SD Card hardware emulation in a way that is not backwards compatible with previous SDK platform releases. This has the unfortunate effect of making SD Card emulation not work properly when running existing AVDs. Reverting the patch until we get a better one. This change is intended for the eclair branch only.
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 fabac5c..6a4e7ff 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -76,7 +76,6 @@ CFG_PARAM( cache, "<file>", "cache partition image (default is temporary file
CFG_FLAG ( no_cache, "disable the cache partition" )
CFG_FLAG ( nocache, "same as -no-cache" )
OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
-OPT_PARAM( sdcard2, "<file>", "SD card 2 image (default <system>/sdcard2.img")
OPT_FLAG ( wipe_data, "reset the use data image (copy it from initdata)" )
CFG_PARAM( avd, "<name>", "use a specific android virtual device" )
CFG_PARAM( skindir, "<dir>", "search skins in <dir> (default <system>/skins)" )