On 5/15/21 5:20 PM, Simon Glass wrote: > On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc <mr.nuke...@gmail.com> wrote: >> >> Function pointers from crypto_algos array are relocated, when >> NEEDS_MANUAL_RELOC is set. This relocation doesn't happen if the algo >> is placed in a linker list. Implement this relocation. >> >> Signed-off-by: Alexandru Gagniuc <mr.nuke...@gmail.com> >> --- >> common/image-sig.c | 7 +++++++ >> 1 file changed, 7 insertions(+) > > Reviewed-by: Simon Glass <s...@chromium.org> > > I don't normally bother with this, since it is due to a toolchain > failure, that really should have been fixed years ago. But I am sure > someone will be happy. > > +Michal Simek It looks good to me. Acked-by: Michal Simek <michal.si...@xilinx.com> Thanks, Michal
- [PATCH RFC 00/10] image: Reduce the abuse of #ifdefs in ... Alexandru Gagniuc
- [PATCH RFC 01/10] common: Move host-only logic in i... Alexandru Gagniuc
- [PATCH RFC 05/10] image: rsa: Move verification alg... Alexandru Gagniuc
- [PATCH RFC 04/10] [UNTESTED] image: Add support for... Alexandru Gagniuc
- Re: [PATCH RFC 04/10] [UNTESTED] image: Add sup... Simon Glass
- Re: [PATCH RFC 04/10] [UNTESTED] image: Add... Michal Simek
- [PATCH RFC 02/10] common: image-sig.c: Remove host-... Alexandru Gagniuc
- [PATCH RFC 03/10] image: Add support for placing cr... Alexandru Gagniuc
- [PATCH RFC 06/10] image: image-sig.c: Remove crypto... Alexandru Gagniuc
- [PATCH RFC 08/10] lib: rsa: Remove #ifdefs from rsa... Alexandru Gagniuc
- [PATCH RFC 09/10] image: Eliminate IMAGE_ENABLE_VER... Alexandru Gagniuc