summaryrefslogtreecommitdiffstats
path: root/include/configs/x86-common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-27 22:13:45 -0700
committerSimon Glass <sjg@chromium.org>2015-02-06 12:07:39 -0700
commit8b4d659f4b3ce0e27253fa14066d380ea02b6695 (patch)
treefdd562406c3f29a2080685f6afca6ef0b5013634 /include/configs/x86-common.h
parentabbdb262570f415b5eaea036486076669eff1e76 (diff)
downloadtalos-obmc-uboot-8b4d659f4b3ce0e27253fa14066d380ea02b6695.tar.gz
talos-obmc-uboot-8b4d659f4b3ce0e27253fa14066d380ea02b6695.zip
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.h3
1 files changed, 3 insertions, 0 deletions
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 \
OpenPOWER on IntegriCloud