]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfec88520db47f945f0527b85df9073637b739b81
treec626d55d0bab042828ade48313d6415bc8779a9a
parent9ea6d9e8fefdc6a4ff4fd90e5fcdb5ea615a8561
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