On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc <mr.nuke...@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...@gmail.com> > --- > include/u-boot/ecdsa.h | 25 ------------------------- > 1 file changed, 25 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>