Re: [PATCH RFC 06/10] image: image-sig.c: Remove crypto_algos array

2021-05-15 Thread Simon Glass
On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc wrote: > > Crytographic algorithms (currently RSA), are stored in linker lists. > The crypto_algos array is unused, so remove it, and any logic > associated with it. > > Signed-off-by: Alexandru Gagniuc > --- > common/image-sig.c | 13

[PATCH RFC 06/10] image: image-sig.c: Remove crypto_algos array

2021-05-14 Thread Alexandru Gagniuc
Crytographic algorithms (currently RSA), are stored in linker lists. The crypto_algos array is unused, so remove it, and any logic associated with it. Signed-off-by: Alexandru Gagniuc --- common/image-sig.c | 13 - 1 file changed, 13 deletions(-) diff --git a/common/image-sig.c