diff mbox

[U-Boot,21/23] x86: Enable bootstage features

Message ID 1422321801-6743-22-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Jan. 27, 2015, 1:23 a.m. UTC
Allow measuring of boot time using bootstage.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/configs/x86-common.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Bin Meng Jan. 27, 2015, 1:26 p.m. UTC | #1
On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass <sjg@chromium.org> wrote:
> Allow measuring of boot time using bootstage.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  include/configs/x86-common.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> 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 \
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox

Patch

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 \