commit | 2a7c4b69846fdb612250a036fcb8085301443e5a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:27 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | f14167edc19f79f44580fb27971b8c4bfc94f89e | |
parent | 7ba3359ce3948e580635bcadd25786f01af9e999 [diff] |
binman: Allow zero-size sections At present if there is only a zero-size entry in a section this is reported as an error, e.g.: Offset 0x0 (0) is outside the section starting at 0x0 (0) Adjust the logic in CheckEntries() to avoid this. Signed-off-by: Simon Glass <sjg@chromium.org>