From: Simon Glass Date: Mon, 11 Mar 2013 06:08:12 +0000 (+0000) Subject: x86: Enable time command for coreboot X-Git-Tag: v2025.01-rc5-pxa1908~16349^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=363464f9939633bd0dd5516e486e791bb395c745;p=u-boot.git 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 --- 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