commit | 48a1b68ed9145435f6fe6251de48bd73d98838ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 07:03:19 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:26 2021 -0400 |
tree | fdad4a07177efe25dc81af396bb078273fad519a | |
parent | 684ef3893f800c9bfa89f0cf267c1ff16da17711 [diff] |
image: Avoid #ifdefs for manual relocation Add a macro to handle manually relocating a pointer. Update the iamge code to use this to avoid needing #ifdefs. This also fixes a bug where the 'done' flag was not set. Signed-off-by: Simon Glass <sjg@chromium.org>