commit | 0e33bbf0f1fddf55235540f8bce1c02e43575e32 | [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 | afb5a8a357974e9a7e70a0f542d50676208001c8 [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>