commit | ef32020473def06287f5360bae2ef2c28215df65 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Fri Jun 24 14:14:59 2022 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Fri Jun 24 14:14:59 2022 +0200 |
tree | 80073c2d1c4f7d4c182d845e6d3327c1b6606586 | |
parent | 6944cecf685954ac9b904f3df42ea65bed724294 [diff] |
tools: relocate-rela: Read rela start/end directly from ELF There is no need to pass section information via parameters. Let's read text base and rela start/end directly from elf. It will help with reading other information from ELF for others architecture. Input to relocate-rela is u-boot binary and u-boot ELF. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ab7ae14a6e058722e8c608089729e98edf20a08d.1655299267.git.michal.simek@amd.com