Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 278_replace_section_deep.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
3
4 / {
5         binman {
6                 allow-repack;
7
8                 u-boot-dtb {
9                 };
10
11                 section {
12                         section {
13                                 blob {
14                                         filename = "compress";
15                                 };
16                         };
17
18                         u-boot {
19                         };
20                 };
21
22                 fdtmap {
23                 };
24         };
25 };