aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/73_gbb_no_size.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/73_gbb_no_size.dts')
-rw-r--r--tools/binman/test/73_gbb_no_size.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/binman/test/73_gbb_no_size.dts b/tools/binman/test/73_gbb_no_size.dts
new file mode 100644
index 0000000..83be403
--- /dev/null
+++ b/tools/binman/test/73_gbb_no_size.dts
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
+/dts-v1/;
+
+/ {
+ binman {
+ gbb {
+ };
+ };
+};