binman: Add test for u-boot-spl-bss-pad
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:25 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit56509843003570f57f8600642258c77d525da0e5
tree0b2b2566f34c5ac83aba52b4f217f86f0decfafa
parenta25ebed36fcf95d09629e8d2e95fdf4907798fb5
binman: Add test for u-boot-spl-bss-pad

Add a test that we can pad the BSS with zero bytes.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
tools/binman/test/47_spl_bss_pad.dts [new file with mode: 0644]
tools/binman/test/Makefile
tools/binman/test/bss_data [new file with mode: 0755]
tools/binman/test/bss_data.c [new file with mode: 0644]
tools/binman/test/bss_data.lds [new file with mode: 0644]