提交 aea3d40d 编写于 作者: S Simon Glass

spl: Add a debug string before the jump to U-Boot

As a debug option, add positive confirmation that SPL has completed
execution. This can help with diagnosing the location of unexpected hangs.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 070d00b8
......@@ -298,6 +298,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
gd->malloc_ptr / 1024);
#endif
debug("loaded - jumping to U-Boot...");
jump_to_image_no_args(&spl_image);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册