summaryrefslogtreecommitdiff
path: root/tools/binman/test/22_image_name.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/22_image_name.dts')
-rw-r--r--tools/binman/test/22_image_name.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/binman/test/22_image_name.dts b/tools/binman/test/22_image_name.dts
new file mode 100644
index 0000000..94fc069
--- /dev/null
+++ b/tools/binman/test/22_image_name.dts
@@ -0,0 +1,21 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ multiple-images;
+ image1 {
+ filename = "test-name";
+ u-boot {
+ };
+ };
+
+ image2 {
+ filename = "test-name.xx";
+ u-boot {
+ };
+ };
+ };
+};