projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e30bd5c
)
x86: Enable time command for coreboot
author
Simon Glass
<sjg@chromium.org>
Mon, 11 Mar 2013 06:08:12 +0000
(06:08 +0000)
committer
Simon Glass
<sjg@chromium.org>
Tue, 19 Mar 2013 15:45:37 +0000
(08:45 -0700)
This command is useful for measuring SPI flash load times and the like.
Enable gettime as well to obtain absolute time tick values.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index 48267563e535a7b5bf4497e6bd97b3671530b32a..1a763abcce7c5b0cdfd8286bca6cfda47a6f044b 100644
(file)
--- a/
include/configs/coreboot.h
+++ b/
include/configs/coreboot.h
@@
-179,6
+179,8
@@
#define CONFIG_CMD_SAVEENV
#define CONFIG_CMD_SETGETDCR
#define CONFIG_CMD_SOURCE
+#define CONFIG_CMD_TIME
+#define CONFIG_CMD_GETTIME
#define CONFIG_CMD_XIMG
#define CONFIG_CMD_SCSI