commit | 1f52efab4cafd7b25eee1686afc59d0cef4b3510 | [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 | 1d8d675e308582f57f85a25adfce32972e767b38 [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>