binman: Drop the Entry.CheckSize() method
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:20 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commit601b69aa8a56168ff25988bbf9cd2d457f13861d
treec626d55d0bab042828ade48313d6415bc8779a9a
parentc1af7a86b380c75c0718c80e1997293913c6095a
binman: Drop the Entry.CheckSize() method

This is only used by entry_Section and that class already calls it. Avoid
calling it twice. Also drop it from the documentation.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/control.py