summaryrefslogtreecommitdiff
path: root/tools/binman/test/239_replace_with_bintool.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/239_replace_with_bintool.dts')
-rw-r--r--tools/binman/test/239_replace_with_bintool.dts39
1 files changed, 39 insertions, 0 deletions
diff --git a/tools/binman/test/239_replace_with_bintool.dts b/tools/binman/test/239_replace_with_bintool.dts
new file mode 100644
index 0000000000..d7fabd2cd8
--- /dev/null
+++ b/tools/binman/test/239_replace_with_bintool.dts
@@ -0,0 +1,39 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ size = <0xc00>;
+ allow-repack;
+
+ u-boot {
+ };
+
+ _testing {
+ require-bintool-for-contents;
+ require-bintool-for-pack;
+ };
+
+ fdtmap {
+ };
+
+ u-boot2 {
+ type = "u-boot";
+ };
+
+ text {
+ text = "some text";
+ };
+
+ u-boot-dtb {
+ };
+
+ image-header {
+ location = "end";
+ };
+ };
+};