commit | da79b2f25e5352a8e09b96ecef56df009f03c0b5 | [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 | d9d7c20b731788c5c8018ce8e5c6e86bb01413df [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>