]> git.dujemihanovic.xyz Git - u-boot.git/commit
treewide: Drop image_header_t typedef
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:26:52 +0000 (20:26 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:07:57 +0000 (16:07 -0400)
commitf3543e69442ca393e52df253d9c5d45bc189d471
tree99423df56b15a01188099161332c6c8aed301972
parentda79b2f25e5352a8e09b96ecef56df009f03c0b5
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>
55 files changed:
arch/arm/mach-aspeed/ast2600/spl.c
arch/arm/mach-imx/hab.c
arch/arm/mach-imx/spl_imx_romapi.c
arch/arm/mach-k3/sysfw-loader.c
arch/arm/mach-keystone/cmd_mon.c
arch/arm/mach-sunxi/spl_spi_sunxi.c
arch/mips/mach-jz47xx/jz4780/jz4780.c
arch/mips/mach-mtmips/mt7621/spl/spl.c
arch/mips/mach-mtmips/mt7621/tpl/tpl.c
arch/x86/lib/bootm.c
board/ti/ks2_evm/board.c
boot/boot_fit.c
boot/bootm.c
boot/bootm_os.c
boot/image-android.c
boot/image-board.c
boot/image-fdt.c
boot/image.c
cmd/bootm.c
cmd/disk.c
cmd/fpga.c
cmd/nand.c
cmd/source.c
cmd/ximg.c
common/spl/spl.c
common/spl/spl_ext.c
common/spl/spl_fat.c
common/spl/spl_legacy.c
common/spl/spl_mmc.c
common/spl/spl_nand.c
common/spl/spl_net.c
common/spl/spl_nor.c
common/spl/spl_onenand.c
common/spl/spl_ram.c
common/spl/spl_sata.c
common/spl/spl_semihosting.c
common/spl/spl_spi.c
common/spl/spl_ubi.c
common/spl/spl_xip.c
common/spl/spl_ymodem.c
common/splash_source.c
doc/uImage.FIT/source_file_format.txt
drivers/fpga/socfpga_arria10.c
drivers/usb/gadget/f_sdp.c
include/configs/uniphier.h
include/image.h
include/spl.h
include/tee/optee.h
test/image/spl_load.c
tools/binman/ftest.py
tools/default_image.c
tools/fit_image.c
tools/imx8mimage.c
tools/mkimage.c
tools/mtk_image.c