binman: Drop Entry.CheckOffset()

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>
This commit is contained in:
Simon Glass
2020-10-26 17:40:18 -06:00
parent a9fad07d4b
commit 6ddd61131f
2 changed files with 2 additions and 5 deletions

View File

@@ -520,7 +520,7 @@ class Entry(object):
"""
pass
def CheckOffset(self):
def CheckEntries(self):
"""Check that the entry offsets are correct
This is used for entries which have extra offset requirements (other