]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Call CheckSize() from the section's Pack() method
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:21 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commita366d5fe755f4c03cad4b456bb9240bbbbd1cb74
tree2bcdb8619fba56b2321cce6d821cc7e022af500f
parentfec88520db47f945f0527b85df9073637b739b81
binman: Call CheckSize() from the section's Pack() method

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 <sjg@chromium.org>
tools/binman/etype/section.py