commit | a7346d0688173ebec29029a4d50461a3b3e6b422 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 19 11:28:53 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 27 15:16:10 2024 -0600 |
tree | 736a9670322dcabca0e99797dc8c2b23984716eb | |
parent | a73f23cd8c52476e396e2df3a2da5efe472808f6 [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)")