diff options
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c index 074c41d5ad..94b01da56c 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c @@ -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); } |