]> Git Repo - u-boot.git/commitdiff
x86: Enable bootstage features
authorSimon Glass <[email protected]>
Wed, 28 Jan 2015 05:13:45 +0000 (22:13 -0700)
committerSimon Glass <[email protected]>
Fri, 6 Feb 2015 19:07:39 +0000 (12:07 -0700)
Allow measuring of boot time using bootstage.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
include/configs/x86-common.h

index ecedfc3ab16ecc00d3f12af3118120ef255ee9c5..66d489425680464f925a6088bd942f14831f850a 100644 (file)
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
 
+#define CONFIG_BOOTSTAGE
+#define CONFIG_CMD_BOOTSTAGE
+
 #define CONFIG_CMD_USB
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
This page took 0.036807 seconds and 4 git commands to generate.