提交 01433d60 编写于 作者: S Simon Glass 提交者: Tom Rini

Add new bootstage step for the main loop

Mark when we get to the main loop.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 94740e47
......@@ -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++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册