summaryrefslogtreecommitdiff
path: root/tools/binman/test/263_tee_os_opt.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/263_tee_os_opt.dts')
-rw-r--r--tools/binman/test/263_tee_os_opt.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/binman/test/263_tee_os_opt.dts b/tools/binman/test/263_tee_os_opt.dts
new file mode 100644
index 00000000000..2e4ec24ac2c
--- /dev/null
+++ b/tools/binman/test/263_tee_os_opt.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ u-boot {
+ };
+ tee-os {
+ /*
+ * this results in nothing being added since only the
+ * .bin format is supported by this etype, unless it is
+ * part of a FIT
+ */
+ };
+ u-boot-img {
+ };
+ };
+};