]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Allow 'fill' entry to have a size of 0
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:08 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commitb7af6bc58f3bc999960b07e0a85e3ae42822dc3d
tree9a6e63e0c1c70795e2c0ea505d0bd343a50d5044
parent2693a13d67ad7df0d987da46247f1be8358f3d71
binman: Allow 'fill' entry to have a size of 0

The check for this should be for None, not 0. Fix it and add a test.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/fill.py
tools/binman/ftest.py
tools/binman/test/80_fill_empty.dts [new file with mode: 0644]