]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Avoid setting the image_pos attribute directly
authorSimon Glass <sjg@chromium.org>
Mon, 26 Aug 2024 19:11:33 +0000 (13:11 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commit8498d550c59090f73ca4cc60c17a87dd2350f47e
tree67fcc4599d44f00811fd65132bdae8af9bdf4cc8
parentfb428a63c189a3934ff1ffc9d2d3b9e05988a59d
binman: Avoid setting the image_pos attribute directly

Two places set this attribute directly. Update them to use the function
provided.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/atf_fip.py
tools/binman/etype/cbfs.py