]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc3662d028d5301665b9c0b43f639134bb1e2f209
treeda1d71e3f8415a793bafccc5ee1cb04c39f4e920
parent299abb93632d512de7c90278bf4a0d1e47868f97
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