spl: Add some more debugging to load_simple_fit()
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:29:02 +0000 (11:29 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commite6c09c8cc4229debaef1b2a172fb1d575975a8a3
tree77f7518e3a21029aa69f2664460dbba597904d03
parent03b94635d8c6c913b83cb029c1f9d894f0fed072
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