spl: Add a debug string before the jump to U-Boot
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:11 +0000 (15:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:29 +0000 (17:39 -0600)
commitaea3d40d05f0eb8627ac0999315cad5c4b3676f5
tree12d0a00156791c2aec88f22bfacdd87104f72f1f
parent070d00b8dc8453b8c2f12d74551919cf2b124136
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>
common/spl/spl.c