commit | 7d2e23394ffbbc1d5b5f2479e0c52db52907cc40 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 21 21:16:50 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 31 13:16:54 2023 -0400 |
tree | c4861f03167ecdcf1abd112825ba2e59bb678509 | |
parent | e7f59dea880ea25078273473c575794dac08dca2 [diff] |
initcall: Factor out reloc_off calculation Move this into a function and do it once, not each time around the loop. Signed-off-by: Simon Glass <sjg@chromium.org>