commit | ac8d7cf1d0f3eb8e742f8454ba4c2210dd088036 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 18 07:23:52 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:57 2023 -0600 |
tree | 2a2262586f0c310b1b8f4e617c6e59c55f9a425c | |
parent | c06c0643329bef80a283ccc2858150b310f4ee80 [diff] |
binman: Use GetEntries() to obtain section contents Some section types don't have a simple _entries list. Use the GetEntries() method in GetEntryContents() and other places to handle this. This makes the behaviour more consistent. Signed-off-by: Simon Glass <sjg@chromium.org>