]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: fit: Set the image_pos attributes only once
authorSimon Glass <sjg@chromium.org>
Mon, 26 Aug 2024 19:11:36 +0000 (13:11 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commit6fac8e4883d59e78b7195bf75c174544a4ccfa2d
treede9a4de12731aa5cf4e202d5df722939af9c39a4
parenta1fe67a58c6ef90edc08906b4f785e0f6ff45c0e
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>
tools/binman/etype/fit.py