Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 241_replace_section_simple.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                         blob {
13                                 filename = "compress";
14                         };
15
16                         u-boot {
17                         };
18                 };
19
20                 fdtmap {
21                 };
22         };
23 };