aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/122_entry_extend_twice.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/122_entry_extend_twice.dts')
-rw-r--r--tools/binman/test/122_entry_extend_twice.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/binman/test/122_entry_extend_twice.dts b/tools/binman/test/122_entry_extend_twice.dts
new file mode 100644
index 0000000..258cf85
--- /dev/null
+++ b/tools/binman/test/122_entry_extend_twice.dts
@@ -0,0 +1,21 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ _testing {
+ bad-update-contents;
+ bad-update-contents-twice;
+ };
+
+ u-boot {
+ };
+
+ _testing2 {
+ type = "_testing";
+ bad-update-contents;
+ };
+ };
+};