commit | b004bf3906e6f80b80558424e4a3ed8767103e37 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 26 17:40:23 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:59 2020 -0600 |
tree | 970fe3890bdfc2d2f07fb506690bde6c517f83e3 | |
parent | 0b65769c2e31ae7b3ee6015b1f7602e4e1ac56a6 [diff] |
binman: Update CheckEntries() for compressed sections 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@chromium.org>