[U-Boot] [PATCH 22/31] binman: Allow zero-size sections
Simon Glass
sjg at chromium.org
Tue Oct 2 11:20:11 UTC 2018
On 14 September 2018 at 03:57, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> tools/binman/bsection.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, and now in mainline.
More information about the U-Boot
mailing list