Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: include/config_cmd_all.h

Issue 6670118: Add time measurement command to u-boot (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Code review Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/cmd_time.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/config_cmd_all.h
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 02a58a5fb87796017e8f3605dc2d6f9ce1acd11a..b559936908851fd431d0a6c9aca497e36be55415 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -86,6 +86,7 @@
#define CONFIG_CMD_SOURCE /* "source" command support */
#define CONFIG_CMD_SPI /* SPI utility */
#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
+#define CONFIG_CMD_TIME /* Measure run time of commands */
#define CONFIG_CMD_UBI /* UBI Support */
#define CONFIG_CMD_UBIFS /* UBIFS Support */
#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
« no previous file with comments | « common/cmd_time.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698