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

Unified Diff: include/configs/chromeos/developer.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: 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
« common/cmd_time.c ('K') | « include/config_cmd_all.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/developer.h
diff --git a/include/configs/chromeos/developer.h b/include/configs/chromeos/developer.h
index 8038c75afa03814f6c72f4acb35bc0cb7523e613..1aca2bf90bdd271c8bcd18b898046ba0cb2e4e50 100644
--- a/include/configs/chromeos/developer.h
+++ b/include/configs/chromeos/developer.h
@@ -18,6 +18,7 @@
#define CONFIG_CMD_CROS_NORMAL_FIRMWARE
#define CONFIG_CMD_ECHO
#define CONFIG_CMD_FPGA
+#define CONFIG_CMD_GETTIME
sjg 2011/03/31 13:45:45 What is GETTIME?
#define CONFIG_CMD_IMI
#define CONFIG_CMD_ITEST
#define CONFIG_CMD_LOADB
@@ -25,6 +26,7 @@
#define CONFIG_CMD_READ
#define CONFIG_CMD_MISC
#define CONFIG_CMD_SETGETDCR
+#define CONFIG_CMD_TIME
#define CONFIG_CMD_XIMG
#define CONFIG_MMC
« common/cmd_time.c ('K') | « include/config_cmd_all.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698