
15 May
2021
15 May
'21
5:20 p.m.
On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc mr.nuke.me@gmail.com wrote:
It is no longer necessary to implement ecdsa_() functions as no-ops depending on config options. It is merely sufficient to provide the prototypes, as the ecdsa code is no longer linked when unused.
Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com
include/u-boot/ecdsa.h | 25 ------------------------- 1 file changed, 25 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org