diff options
Diffstat (limited to 'tools/binman/test/48_x86-start16-spl.dts')
-rw-r--r-- | tools/binman/test/48_x86-start16-spl.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/48_x86-start16-spl.dts b/tools/binman/test/48_x86-start16-spl.dts new file mode 100644 index 00000000000..e2009f15f05 --- /dev/null +++ b/tools/binman/test/48_x86-start16-spl.dts @@ -0,0 +1,13 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <16>; + + x86-start16-spl { + }; + }; +}; |