summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-03-11 06:08:12 +0000
committerSimon Glass <sjg@chromium.org>2013-03-19 08:45:37 -0700
commit363464f9939633bd0dd5516e486e791bb395c745 (patch)
treee0560ce77247d89a49d520eac4f7069938cbcd63 /include
parente30bd5cfee742b93de8e6794a1f896ee501ef738 (diff)
downloadtalos-obmc-uboot-363464f9939633bd0dd5516e486e791bb395c745.tar.gz
talos-obmc-uboot-363464f9939633bd0dd5516e486e791bb395c745.zip
x86: Enable time command for coreboot
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 48267563e5..1a763abcce 100644
--- 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
OpenPOWER on IntegriCloud