boot: Respect the load_op in fit_image_load()
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:23:58 +0000 (10:23 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:23 +0000 (16:35 -0600)
commita03793a3c7ae5eb83eab29f6d701926f8eb07d1e
tree56634e05585711b64b7291de4ce96d527fccc568
parentcaea4d85607bfdac8df7cf18825915f37232f104
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