On Thu, Sep 03, 2026 at 03:59:34PM +0200, Julien Stephan wrote:

> show_splash() computed the result of video_bmp_display() but discarded
> it and always returned 0, so a failing splash display was silently
> ignored by video_post_probe().
> 
> The helper is a single video_bmp_display() call with a single caller, so
> drop it and inline it into video_post_probe(), taking the logo from
> video_get_u_boot_logo(). This has the nice side effect of leaving
> video_get_u_boot_logo() as the only remaining user of the logo symbols.
> 
> Since the return value was discarded, failing to draw the logo never
> aborted the boot, so keep that behaviour and only add a debug message
> reporting the error.
> 
> Signed-off-by: Julien Stephan <[email protected]>

Reviewed-by: Tom Rini <[email protected]>

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to