summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-10-27 02:40:18 +0300
committerSimon Glass <sjg@chromium.org>2020-10-29 23:42:59 +0300
commit6ddd61131f3206c5e385dc7e763aea0dc5caa24c (patch)
treeda1d71e3f8415a793bafccc5ee1cb04c39f4e920 /tools/binman/entry.py
parenta9fad07d4b862b4b5d52e04950a374371936f7eb (diff)
downloadu-boot-6ddd61131f3206c5e385dc7e763aea0dc5caa24c.tar.xz
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>
Diffstat (limited to 'tools/binman/entry.py')
-rw-r--r--tools/binman/entry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py
index 8fa1dcef2d..8946d2bc02 100644
--- a/tools/binman/entry.py
+++ b/tools/binman/entry.py
@@ -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