From: Simon Glass Date: Wed, 28 Jan 2015 05:13:45 +0000 (-0700) Subject: x86: Enable bootstage features X-Git-Tag: v2015.04-rc2~32^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b4d659f4b3ce0e27253fa14066d380ea02b6695;p=platform%2Fkernel%2Fu-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 ecedfc3..66d4894 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 \