binman: Drop Entry.CheckOffset()
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:18 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commit6ddd61131f3206c5e385dc7e763aea0dc5caa24c
treeda1d71e3f8415a793bafccc5ee1cb04c39f4e920
parenta9fad07d4b862b4b5d52e04950a374371936f7eb
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>
tools/binman/entry.py
tools/binman/etype/section.py