From: Simon Glass Date: Wed, 5 Dec 2012 14:46:28 +0000 (+0000) Subject: Add new bootstage step for the main loop X-Git-Tag: v2013.01-rc2~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01433d60016a5aa4b53608f816e1e220f0108546;p=u-boot Add new bootstage step for the main loop Mark when we get to the main loop. Signed-off-by: Simon Glass --- diff --git a/common/main.c b/common/main.c index 5362781f18..b145f85565 100644 --- 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++;