[PATCH RFC 07/10] lib: ecdsa: Remove #ifdefs from ecdsa.h
Simon Glass
sjg at chromium.org
Sat May 15 17:20:17 CEST 2021
On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc <mr.nuke.me at 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 at gmail.com>
> ---
> include/u-boot/ecdsa.h | 25 -------------------------
> 1 file changed, 25 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list