At present CheckSize() is called from the function that packs the entries. Move it up to the main Pack() function so that _PackEntries() can just do the packing.
Signed-off-by: Simon Glass <[email protected]> --- (no changes since v1) tools/binman/etype/section.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Applied to u-boot-dm, thanks!

