commit | b2c5f9bf4f95c0b3903a81a8e8e9a5dbfe7e4916 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Wed Jul 14 17:05:46 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 15:39:29 2021 -0400 |
tree | 8bb0fb5a707f666b93b31f4e5cfd6081ba8b05cd | |
parent | 46c8d3139c2d9bb6d8f3f2f9472bc62d973e5789 [diff] |
image: Add support for relocating crypto_algos in linker lists 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.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Michal Simek <michal.simek@xilinx.com>