]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:54 +0000 (13:48 +0200)
commitf8e282e4e0b4e6041d2969ac6ad5ae3c12cddbed
tree05ed908c4881951657f76dd376df38e212f674ef
parent06a4e2667c31d5419aaba6721de0ff91e069c5dc
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