commit | 684ef3893f800c9bfa89f0cf267c1ff16da17711 | [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 | 4a8a8a15ff48dece1dc5f6fcbbc7a9f24fae7ce3 [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>