commit | 912464c9a8b4fd25208af4a6f2608443013eb86a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 26 13:11:36 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Sep 26 12:40:30 2024 +0200 |
tree | de9a4de12731aa5cf4e202d5df722939af9c39a4 | |
parent | bf1a3584532a0ecee213206539e674c22efdc50c [diff] |
binman: fit: Set the image_pos attributes only once The section etype has its own implementation of SetImagePos(), most of which is not useful since the code is included here. So call Entry.SetImagePos() which has the only piece of this which we actually want. Signed-off-by: Simon Glass <sjg@chromium.org>