]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita83351f2d0b4b822279a3a338092c22809fee6b8
treebef57bf8b4eb59dc9b6d41c0454cde3e0fa3ad0f
parentb07490887591ada4328249ec74da9a49e620ce01
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