efi_loader: capsule: drop __weak from efi_get_public_key_data()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 2 Nov 2021 00:55:01 +0000 (09:55 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Nov 2021 17:36:55 +0000 (18:36 +0100)
commit50b05eb6060a67d2cdf9b5114c4575e3f803551e
treec755818306345cc429031e861705d2e171e3a709
parent212f078496e4b9df0794fd4f56e0ab342b7efbf9
efi_loader: capsule: drop __weak from efi_get_public_key_data()

As we discussed in ML, currently a device tree is the only place
to store public keys for capsule authentication. So __weak is not
necessary for now.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/efi_loader/efi_capsule.c