mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02: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:
@@ -288,7 +288,7 @@ static int do_fpga_loadmk(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
#if defined(CONFIG_LEGACY_IMAGE_FORMAT)
|
||||
case IMAGE_FORMAT_LEGACY:
|
||||
{
|
||||
image_header_t *hdr = (image_header_t *)fpga_data;
|
||||
struct legacy_img_hdr *hdr = (struct legacy_img_hdr *)fpga_data;
|
||||
ulong data;
|
||||
u8 comp;
|
||||
|
||||
|
Reference in New Issue
Block a user