[PATCH v2 23/28] binman: Call CheckSize() from the section's Pack() method
Simon Glass
sjg at chromium.org
Fri Oct 30 04:33:44 CET 2020
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 at chromium.org>
---
(no changes since v1)
tools/binman/etype/section.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list