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