diff options
Diffstat (limited to 'tools/binman/test/047_spl_bss_pad.dts')
-rw-r--r-- | tools/binman/test/047_spl_bss_pad.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/binman/test/047_spl_bss_pad.dts b/tools/binman/test/047_spl_bss_pad.dts new file mode 100644 index 00000000000..6bd88b83f98 --- /dev/null +++ b/tools/binman/test/047_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 { + }; + }; +}; |