[PATCH v2 25/28] binman: Update CheckEntries() for compressed sections
Simon Glass
sjg at chromium.org
Fri Oct 30 04:33:42 CET 2020
At present this function assumes that the size of a section is at least as
large as its contents. With compression this is often not the case. Relax
this constraint by using the uncompressed size, if available.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/binman/etype/section.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list