commit | 74578f5a84818da934d1b1628cf4f6cf2af1b3bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 06 20:26:51 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 29 16:07:57 2022 -0400 |
tree | e88040faedb8a5eed07514292faedd03da2e2580 | |
parent | df00afa7bd68e0a2eab76449b54810cf00ace578 [diff] |
treewide: Drop image_info_t typedef This is not needed and we should avoid typedefs. Use the struct instead. Signed-off-by: Simon Glass <sjg@chromium.org>