commit | f155bf5e86ce909704891a02b88f47a7ae2034f2 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Nov 02 09:55:01 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 07 18:36:55 2021 +0100 |
tree | c755818306345cc429031e861705d2e171e3a709 | |
parent | 44acc5fff4ba4aa2c3e833f6944b94b2615289cc [diff] |
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>