aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/278_replace_section_deep.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/test/278_replace_section_deep.dts')
-rw-r--r--tools/binman/test/278_replace_section_deep.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/binman/test/278_replace_section_deep.dts b/tools/binman/test/278_replace_section_deep.dts
new file mode 100644
index 0000000000..fba2d7dcf2
--- /dev/null
+++ b/tools/binman/test/278_replace_section_deep.dts
@@ -0,0 +1,25 @@
+// SPDX-License-Identifier: GPL-2.0+
+/dts-v1/;
+
+/ {
+ binman {
+ allow-repack;
+
+ u-boot-dtb {
+ };
+
+ section {
+ section {
+ blob {
+ filename = "compress";
+ };
+ };
+
+ u-boot {
+ };
+ };
+
+ fdtmap {
+ };
+ };
+};