diff options
Diffstat (limited to 'tools/binman/test/52_u_boot_spl_nodtb.dts')
-rw-r--r-- | tools/binman/test/52_u_boot_spl_nodtb.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/binman/test/52_u_boot_spl_nodtb.dts b/tools/binman/test/52_u_boot_spl_nodtb.dts new file mode 100644 index 0000000000..7f4e27780f --- /dev/null +++ b/tools/binman/test/52_u_boot_spl_nodtb.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot-spl-nodtb { + }; + }; +}; |