commit | 2d06901a55ac0dffc15f5aaf499b06871e2733b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:23:58 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:23 2024 -0600 |
tree | 56634e05585711b64b7291de4ce96d527fccc568 | |
parent | 2b52915e8eb0fa46acb5f7907314ebe7e98f6ea9 [diff] |
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)")