]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/test/57_unknown_contents.dts
binman: Correct operation of ObtainContents()
[u-boot] / tools / binman / test / 57_unknown_contents.dts
diff --git a/tools/binman/test/57_unknown_contents.dts b/tools/binman/test/57_unknown_contents.dts
new file mode 100644 (file)
index 0000000..6ea98d7
--- /dev/null
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       binman {
+               _testing {
+                       return-unknown-contents;
+               };
+       };
+};