commit | 833445d6c68000b2bb53bf154d4a133fad03d679 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:13 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 15:58:04 2025 -0600 |
tree | ea4e8c10c8bab6ad8fdf8a147a5e3e00a6291cbb | |
parent | d3ca4012b776d2854e9aeebc17a6606b48803e67 [diff] |
boot: Rename fit_image_get_data_and_size() This function is really just getting the data. The size comes along for the ride. In fact this function is only reliable way to obtain the data for an image in a FIT, since the FIT may use external data. Rename it to fit_image_get_data() Signed-off-by: Simon Glass <sjg@chromium.org>