boot: Respect the load_op in fit_image_load()
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:28:53 +0000 (11:28 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commit4702647528710a82d71ee9fd4d24273aefdda2a0
tree736a9670322dcabca0e99797dc8c2b23984716eb
parent19574e35f46ce2b24fd5f9cacb09260226d1b9f5
boot: Respect the load_op in fit_image_load()

Some code has crept in which ignores this parameter. Fix this and add a
little debugging.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: b1307f884a9 ("fit: Support compression for non-kernel components (e.g. FDT)")
boot/image-fit.c