mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
treewide: Drop image_header_t typedef
This is not needed and we should avoid typedefs. Use the struct instead and rename it to indicate that it really is a legacy struct. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
da79b2f25e
commit
f3543e6944
55 changed files with 179 additions and 175 deletions
|
@ -46,7 +46,7 @@ int image_source_script(ulong addr, const char *fit_uname)
|
|||
{
|
||||
ulong len;
|
||||
#if defined(CONFIG_LEGACY_IMAGE_FORMAT)
|
||||
const image_header_t *hdr;
|
||||
const struct legacy_img_hdr *hdr;
|
||||
#endif
|
||||
u32 *data;
|
||||
int verify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue