commit | 7f94e833ecb822f240d2a715c03d834fd5ad05ad | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 12 21:52:25 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 22 18:05:38 2017 -0700 |
tree | 0b2b2566f34c5ac83aba52b4f217f86f0decfafa | |
parent | 2c3cf4542b800b8006ce0d1eea6e7b4ec260c0b6 [diff] [blame] |
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>
diff --git a/tools/binman/test/47_spl_bss_pad.dts b/tools/binman/test/47_spl_bss_pad.dts new file mode 100644 index 0000000..6bd88b8 --- /dev/null +++ b/tools/binman/test/47_spl_bss_pad.dts
@@ -0,0 +1,17 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot-spl { + }; + + u-boot-spl-bss-pad { + }; + + u-boot { + }; + }; +};