aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/085_files_compress.dts
blob: 5aeead2e6e9d8c00b25514ec9f6d86ef78ec1373 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		files {
			pattern = "files/*.dat";
			files-compress = "lz4";
		};
	};
};