spl: Add some more debugging to load_simple_fit()
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:24:07 +0000 (10:24 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:24 +0000 (16:35 -0600)
commit55468d0de774b0a6beb8b537cee58908210060f9
tree4912bb0ce3c83f51730a4f775c000b689572bbac
parentfe13e33ddbc95738c51a287934094829eb986763
spl: Add some more debugging to load_simple_fit()

Add debugging of image-loading progress. Fix a stale comment in the
function comment while we are here.

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