On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc <mr.nuke...@gmail.com> wrote: > > It is no longer necessary to implement rsa_() functions as no-ops > depending on config options. It is merely sufficient to provide the > prototypes, as the rsa code is no longer linked when unused. > > Signed-off-by: Alexandru Gagniuc <mr.nuke...@gmail.com> > --- > include/u-boot/rsa.h | 47 -------------------------------------------- > 1 file changed, 47 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>