aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid Turner <>2009-03-25 02:42:45 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 02:42:45 -0700
commitb58c44e55548129243185ef5927bd3abb5903044 (patch)
treee1d0c6b12d42cd59d093d318139ce19785ef07ed /android/cmdline-options.h
parent9877e2e3e3c2df64de306b48f80a4f5d0b028d95 (diff)
downloadexternal_qemu-b58c44e55548129243185ef5927bd3abb5903044.zip
external_qemu-b58c44e55548129243185ef5927bd3abb5903044.tar.gz
external_qemu-b58c44e55548129243185ef5927bd3abb5903044.tar.bz2
Automated import from //branches/donutburger/...@142528,142528
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index c57ed10..5291177 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -16,7 +16,7 @@
#endif
/* required to ensure that the CONFIG_XXX macros are properly defined */
-//XXX#include "config.h"
+#include "android/config/config.h"
/* Some options acts like flags, while others must be followed by a parameter
* string. Nothing really new here.
@@ -126,11 +126,12 @@ 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")
+
#ifdef CONFIG_NAND_LIMITS
OPT_PARAM( nand_limits, "<nlimits>", "enforce NAND/Flash read/write thresholds" )
#endif
-OPT_PARAM( bootchart, "<timeout>", "enable bootcharting")
#undef CFG_FLAG
#undef CFG_PARAM