efi_loader: remove weak efi_get_public_key_data()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 May 2021 02:08:11 +0000 (04:08 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 25 May 2021 11:06:57 +0000 (13:06 +0200)
commit6754e24b54da3229c37ae50526df0e79ba6e67fa
tree823d38b4b00e0f5469aff3fd84cd23c2dc38d971
parent07f2687204648fb50d4cf0ee9989e567e443fd30
efi_loader: remove weak efi_get_public_key_data()

Configuring a system with CONFIG_EFI_CAPSULE_AUTHENTICATE=y but without a
method to retrieve the public key data is a misconfiguration. We should get
a build failure for it. Therefore remove the weak efi_get_public_key_data()
implementation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_capsule.c