mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 02:20:01 +02:00
efi_loader: remove unused efi_capsule_authenticate
Remove an unused implementation of efi_capsule_authenticate(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user