mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
c56b2bb9b9
commit
d9d7c20b73
27 changed files with 111 additions and 110 deletions
|
@ -281,7 +281,7 @@ efi_status_t efi_install_fdt(void *fdt)
|
|||
return EFI_SUCCESS;
|
||||
}
|
||||
#else
|
||||
bootm_headers_t img = { 0 };
|
||||
struct bootm_headers img = { 0 };
|
||||
efi_status_t ret;
|
||||
|
||||
if (fdt == EFI_FDT_USE_INTERNAL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue