From: Simon Glass Date: Wed, 28 Jan 2015 05:13:45 +0000 (-0700) Subject: x86: Enable bootstage features X-Git-Tag: v2025.01-rc5-pxa1908~13797^2~27 X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=8b4d659f4b3ce0e27253fa14066d380ea02b6695;p=u-boot.git x86: Enable bootstage features Allow measuring of boot time using bootstage. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Tested-by: Bin Meng --- diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index ecedfc3ab1..66d4894256 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -245,6 +245,9 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME +#define CONFIG_BOOTSTAGE +#define CONFIG_CMD_BOOTSTAGE + #define CONFIG_CMD_USB #define CONFIG_EXTRA_ENV_SETTINGS \