[U-Boot] [PATCH 15/15] x86: Enable time command for coreboot

Simon Glass sjg at chromium.org
Wed Dec 26 23:28:33 CET 2012


This command is useful for measuring SPI flash load times and the like.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
 include/configs/coreboot.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index ea92ffe..4b6eb73 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -180,6 +180,7 @@
 #define CONFIG_CMD_SAVEENV
 #define CONFIG_CMD_SETGETDCR
 #define CONFIG_CMD_SOURCE
+#define CONFIG_CMD_TIME
 #define CONFIG_CMD_XIMG
 #define CONFIG_CMD_SCSI
 
-- 
1.7.7.3



More information about the U-Boot mailing list