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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index fabac5c..20d308f 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -140,6 +140,9 @@ OPT_LIST( prop, "<name>=<value>", "set system property on boot")
OPT_PARAM( nand_limits, "<nlimits>", "enforce NAND/Flash read/write thresholds" )
#endif
+#ifdef CONFIG_MEMCHECK
+OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
+#endif // CONFIG_MEMCHECK
#undef CFG_FLAG
#undef CFG_PARAM