mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
070d00b8dc
commit
aea3d40d05
1 changed files with 1 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
|
||||||
gd->malloc_ptr / 1024);
|
gd->malloc_ptr / 1024);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
debug("loaded - jumping to U-Boot...");
|
||||||
jump_to_image_no_args(&spl_image);
|
jump_to_image_no_args(&spl_image);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue