[PATCH v5 03/20] binman: Use GetEntries() to obtain section contents

Simon Glass sjg at chromium.org
Sun Jul 23 15:23:50 CEST 2023


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 at chromium.org>
---

(no changes since v1)

 tools/binman/etype/section.py | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list