
30 Oct
2020
30 Oct
'20
4:33 a.m.
This function just calls CheckEntries() in the only non-trivial implementation. Drop it and use CheckEntries() directly.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/binman/entry.py | 2 +- tools/binman/etype/section.py | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!