commit | 2ac00c050582389e667374bccc5cc19b4fce80f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 07:03:18 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:26 2021 -0400 |
tree | fd0e0dbb49a39e9b10cf179c1cb43b51d467f5f6 | |
parent | 5d3248a688c2368be54aaa9407be30adfa994abc [diff] |
image: Create a function to do manual relocation Rather than adding an #ifdef and open-coding this calculation, add a helper function to handle it. Use this in the image code. Signed-off-by: Simon Glass <sjg@chromium.org>