From patchwork Thu Dec 6 00:46:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v3,01/20] Add new bootstage step for the main loop Date: Wed, 05 Dec 2012 14:46:28 -0000 From: Simon Glass X-Patchwork-Id: 204071 Message-Id: <1354754807-21449-2-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Tom Rini Mark when we get to the main loop. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Remove arm: tag from bootstage step patch common/main.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/main.c b/common/main.c index 5362781..b145f85 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++;