diff options
Diffstat (limited to 'tools/binman/test/185_compress_section.dts')
-rw-r--r-- | tools/binman/test/185_compress_section.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/binman/test/185_compress_section.dts b/tools/binman/test/185_compress_section.dts new file mode 100644 index 0000000000..dc3e340c5d --- /dev/null +++ b/tools/binman/test/185_compress_section.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; + +/ { + binman { + section { + compress = "lz4"; + blob { + filename = "compress"; + }; + + u-boot { + }; + }; + }; +}; |