diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-23 12:44:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-23 12:44:12 -0400 |
commit | 4865db07169126ca0205f1a6265adf01bd69b3df (patch) | |
tree | 0e655eaf50b9edc572509c8feea58b2401fc01f9 /arch | |
parent | 18f4e858762d3fc858c1a076616208aa4ab6c9be (diff) | |
parent | 9a4b3c8e914dbb9d06640d8e04db8a06dedca051 (diff) | |
download | u-boot-4865db07169126ca0205f1a6265adf01bd69b3df.tar.gz |
Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/23Aug2021
Pull request for efi-2021-10-rc3
Documentation:
* Rename Freescale to NXP
* Document structures used for the UEFI TCG2 protocol
UEFI:
* Device paths must use EfiBootServicesData
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/hob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hob.h b/arch/x86/include/asm/hob.h index 56e11dbb28f..2f5b6e24c29 100644 --- a/arch/x86/include/asm/hob.h +++ b/arch/x86/include/asm/hob.h @@ -91,7 +91,7 @@ struct hob_mem_alloc { * Type EFI_MEMORY_TYPE is defined in AllocatePages() in the UEFI 2.0 * specification. */ - enum efi_mem_type mem_type; + enum efi_memory_type mem_type; /* padding */ u8 reserved[4]; }; |