Dear Andrew Murray,
In message <1315658227-4388-6-git-send-email-amur...@theiet.org> you wrote:
> From: Andrew Murray
>
> This patch adds bootgraph instrumentation for all U_BOOT_CMDs where the
> HUSH parser is not used. The patch also adds instrumentation for the
> common boot delay.
> ---
> Ch
On Saturday, September 10, 2011 08:37:06 Andrew Murray wrote:
> --- a/common/main.c
> +++ b/common/main.c
>
> @@ -385,11 +385,11 @@ void main_loop (void)
> run_command (s, 0);
> # else
> parse_string_outer(s, FLAG_PARSE_SEMICOLON |
> - FL
From: Andrew Murray
This patch adds bootgraph instrumentation for all U_BOOT_CMDs where the
HUSH parser is not used. The patch also adds instrumentation for the
common boot delay.
---
Changes for v2:
- Use improved DO_INITCALL_RET macro
Signed-off-by: Andrew Murray
---
common/main.c |
3 matches
Mail list logo