[U-Boot] [PATCH 01/17] arm: Add new bootstage step for the main loop
Simon Glass
sjg at chromium.org
Sat Nov 3 01:27:17 CET 2012
Mark when we get to the main loop.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
common/main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/main.c b/common/main.c
index 9507cec..ed1da24 100644
--- a/common/main.c
+++ b/common/main.c
@@ -299,6 +299,8 @@ void main_loop (void)
char bcs_set[16];
#endif /* CONFIG_BOOTCOUNT_LIMIT */
+ bootstage_mark_name(BOOTSTAGE_ID_MAIN_LOOP, "main_loop");
+
#ifdef CONFIG_BOOTCOUNT_LIMIT
bootcount = bootcount_load();
bootcount++;
--
1.7.7.3
More information about the U-Boot
mailing list