Re: [PATCH v4 1/9] spl: Drop duplicate 'Jumping to U-Boot' message

2021-03-03 Thread Tom Rini
On Sat, Feb 06, 2021 at 09:57:27AM -0700, Simon Glass wrote: > 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 phas

[PATCH v4 1/9] spl: Drop duplicate 'Jumping to U-Boot' message

2021-02-06 Thread Simon Glass
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 --- (no changes since