mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 23:44:15 +01:00
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>
This commit is contained in:
parent
e30bd5cfee
commit
363464f993
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue