spl: Drop duplicate 'Jumping to U-Boot' message
authorSimon Glass <sjg@chromium.org>
Sat, 6 Feb 2021 16:57:27 +0000 (09:57 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Mar 2021 20:53:37 +0000 (15:53 -0500)
commit1a9e75bd5ddaad2985710baea0ecc29ad8e3d5c3
treeca467dcfe14e2ca2218d9d5d87f218708f96a387
parent2740edaf47d615aa6ed99000c8a62fad8b8d34b2
spl: Drop duplicate 'Jumping to U-Boot' message

This is printed twice but we only need one message, since there is very
little processing in between them. Drop the second one, since all branches
of the switch() already have output. Update the U-Boot message to include
the phase being jumped to.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c