diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-19 17:42:46 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-19 17:42:46 -0500 |
commit | 99f9682cae45604ed3ad923cf2caa8fdd0e273e3 (patch) | |
tree | da06ca42bb24ad32f2b7f6afefd61db8b8a275bc /include/efi_loader.h | |
parent | d4a31e8ee5592072d8d5208b3e950cba2d89b6bd (diff) | |
parent | 38064ee04c9b42a299f914c36a093144bd86ac50 (diff) |
Merge tag 'efi-2020-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-01-rc4
Fix errors due to unaligned memory access:
* disable UEFI except for ARMv8, ARMv7, ARM11
* enable unaligned access support on ARM11
Remove an unused function.
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r-- | include/efi_loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 381da80cdc..16a1b258b1 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -543,7 +543,6 @@ struct efi_device_path *efi_dp_get_next_instance(struct efi_device_path **dp, /* Check if a device path contains muliple instances */ bool efi_dp_is_multi_instance(const struct efi_device_path *dp); -struct efi_device_path *efi_dp_from_dev(struct udevice *dev); struct efi_device_path *efi_dp_from_part(struct blk_desc *desc, int part); /* Create a device node for a block device partition. */ struct efi_device_path *efi_dp_part_node(struct blk_desc *desc, int part); |