From: Simon Glass Date: Wed, 28 Jan 2015 05:13:45 +0000 (-0700) Subject: x86: Enable bootstage features X-Git-Tag: KARO-TXSD-2017-03-15~5381^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8b4d659f4b3ce0e27253fa14066d380ea02b6695;p=karo-tx-uboot.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 \