summaryrefslogtreecommitdiff
path: root/tools/binman/test/237_mkimage_image_no_content.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/237_mkimage_image_no_content.dts')
-rw-r--r--tools/binman/test/237_mkimage_image_no_content.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/binman/test/237_mkimage_image_no_content.dts b/tools/binman/test/237_mkimage_image_no_content.dts
new file mode 100644
index 0000000000..7306c06af4
--- /dev/null
+++ b/tools/binman/test/237_mkimage_image_no_content.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ mkimage {
+ args = "-T script";
+
+ imagename {
+ type = "_testing";
+ return-unknown-contents;
+ };
+
+ u-boot-spl {
+ };
+ };
+ };
+};