]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: fit: Avoid assuming that a FIT member is a section
authorSimon Glass <sjg@chromium.org>
Mon, 26 Aug 2024 19:11:35 +0000 (13:11 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commita1fe67a58c6ef90edc08906b4f785e0f6ff45c0e
treebd3894170df379e606d7841ad87d0b4c5f1bec76
parent52983ff54b3eca3485dcd54060bdb65423dac7ac
binman: fit: Avoid assuming that a FIT member is a section

Use the more generic variable name 'entry' to avoid confusion.

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