Commit 01433d60016a5aa4b53608f816e1e220f0108546

Authored by Simon Glass
Committed by Tom Rini
1 parent 94740e4739

Add new bootstage step for the main loop

Mark when we get to the main loop.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -376,6 +376,8 @@
376 376 char bcs_set[16];
377 377 #endif /* CONFIG_BOOTCOUNT_LIMIT */
378 378  
  379 + bootstage_mark_name(BOOTSTAGE_ID_MAIN_LOOP, "main_loop");
  380 +
379 381 #ifdef CONFIG_BOOTCOUNT_LIMIT
380 382 bootcount = bootcount_load();
381 383 bootcount++;