diff options
author | Simon Glass | 2015-01-27 22:13:45 -0700 |
---|---|---|
committer | Simon Glass | 2015-02-06 12:07:39 -0700 |
commit | 8b4d659f4b3ce0e27253fa14066d380ea02b6695 (patch) | |
tree | fdd562406c3f29a2080685f6afca6ef0b5013634 /include/configs/x86-common.h | |
parent | abbdb262570f415b5eaea036486076669eff1e76 (diff) |
x86: Enable bootstage features
Allow measuring of boot time using bootstage.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/x86-common.h')
-rw-r--r-- | include/configs/x86-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index ecedfc3ab16..66d48942568 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 \ |