Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 185_compress_section.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
3
4 / {
5         binman {
6                 section {
7                         compress = "lz4";
8                         blob {
9                                 filename = "compress";
10                         };
11
12                         u-boot {
13                         };
14                 };
15         };
16 };