aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
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