projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94740e4
)
Add new bootstage step for the main loop
author
Simon Glass
<sjg@chromium.org>
Wed, 5 Dec 2012 14:46:28 +0000
(14:46 +0000)
committer
Tom Rini
<trini@ti.com>
Tue, 11 Dec 2012 20:17:32 +0000
(13:17 -0700)
Mark when we get to the main loop.
Signed-off-by: Simon Glass <sjg@chromium.org>
common/main.c
patch
|
blob
|
history
diff --git
a/common/main.c
b/common/main.c
index 5362781f18700ee7e98547e07a5f673635b52666..b145f8556586c27c4e150396d1bd5ddbc19f60e0 100644
(file)
--- a/
common/main.c
+++ b/
common/main.c
@@
-376,6
+376,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++;