diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-22 18:32:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-04-22 18:32:08 -0400 |
commit | 39bc4e12aba9b415c2bc19c0209661146c6e6f2a (patch) | |
tree | 1133f0583ce5dbfdcc650f0c4ded1aa4496be10f /lib/efi_loader/efi_capsule.c | |
parent | 802132c48a2e6b66ec83b7bb66fb96f2ba87c957 (diff) | |
parent | b10bfd0019f601e2608370ed47741da201423d55 (diff) |
Merge tag 'efi-2023-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-07-rc1-2
Documentation:
* Describe Python coding style
UEFI:
* Enable tests for authenticated capsules on the sandbox
* Fix pylint warnings
* Correct struct efi_hii_keyboard_layout definition
Diffstat (limited to 'lib/efi_loader/efi_capsule.c')
-rw-r--r-- | lib/efi_loader/efi_capsule.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/efi_loader/efi_capsule.c b/lib/efi_loader/efi_capsule.c index d5d3ede7ae6..7a6f195cbc0 100644 --- a/lib/efi_loader/efi_capsule.c +++ b/lib/efi_loader/efi_capsule.c @@ -404,12 +404,6 @@ out: return status; } -#else -efi_status_t efi_capsule_authenticate(const void *capsule, efi_uintn_t capsule_size, - void **image, efi_uintn_t *image_size) -{ - return EFI_UNSUPPORTED; -} #endif /* CONFIG_EFI_CAPSULE_AUTHENTICATE */ static __maybe_unused bool fwu_empty_capsule(struct efi_capsule_header *capsule) |