treewide: Drop bootm_headers_t typedef
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:26:50 +0000 (20:26 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:07:57 +0000 (16:07 -0400)
commitd9d7c20b731788c5c8018ce8e5c6e86bb01413df
treebef57bf8b4eb59dc9b6d41c0454cde3e0fa3ad0f
parentc56b2bb9b9fcdd0c9ff2a76e34495b58bd98559a
treewide: Drop bootm_headers_t typedef

This is not needed and we should avoid typedefs. Use the struct instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
27 files changed:
arch/arc/lib/bootm.c
arch/arm/lib/bootm.c
arch/arm/mach-k3/common.c
arch/arm/mach-socfpga/board.c
arch/m68k/lib/bootm.c
arch/microblaze/lib/bootm.c
arch/mips/lib/bootm.c
arch/nios2/lib/bootm.c
arch/powerpc/lib/bootm.c
arch/riscv/lib/bootm.c
arch/sandbox/lib/bootm.c
arch/sh/lib/bootm.c
arch/x86/lib/bootm.c
arch/xtensa/lib/bootm.c
board/synopsys/hsdk/hsdk.c
boot/bootm.c
boot/bootm_os.c
boot/image-board.c
boot/image-fdt.c
boot/image-fit.c
cmd/bootefi.c
cmd/booti.c
cmd/bootz.c
common/spl/spl.c
include/bootm.h
include/image.h
lib/efi_loader/efi_dt_fixup.c