Re: [PATCH RFC 02/10] common: image-sig.c: Remove host-specific logic and #ifdefs

2021-05-15 Thread Simon Glass
On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc wrote: > > Remove any ifdefs in image-sig.c that were previously used to > differentiate from the host code. Note that all code dedicated to > relocating ->sign() and ->add_verify_data)_ can be safely removed, > as signing is not supported

[PATCH RFC 02/10] common: image-sig.c: Remove host-specific logic and #ifdefs

2021-05-14 Thread Alexandru Gagniuc
Remove any ifdefs in image-sig.c that were previously used to differentiate from the host code. Note that all code dedicated to relocating ->sign() and ->add_verify_data)_ can be safely removed, as signing is not supported target-side. NOTE that although it appears we are removing ecdsa256