]> git.ipfire.org Git - thirdparty/u-boot.git/commit
common: splash_source: fix cryptic error messages
authorAnshul Dalal <anshuld@ti.com>
Thu, 12 Mar 2026 05:00:12 +0000 (10:30 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 30 May 2026 13:43:41 +0000 (07:43 -0600)
commit3c32572a27df779578e2d6f9a07dd17fe31dc2e2
tree099fe1010b6904050d5a4593ab0bf697fe8aafd5
parentc39e0e257c931c1cb03613f46b01e4db6cc0d44b
common: splash_source: fix cryptic error messages

Some error messages emitted while loading the splash image are too
cryptic and don't provide any insights into the failure being a splash
related issue, such as 'Error (-2): cannot determine file size' etc.

This patch fixes the error codes by adding the function name to the
error print.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
[trini: Add missing ',' and wrap to 80-width]
Signed-off-by: Tom Rini <trini@konsulko.com>
common/splash_source.c