summaryrefslogtreecommitdiff
path: root/tools/binman/test/085_files_compress.dts
blob: 847b398bf2bfe0ec7e3ba85f6e90a52474652459 (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";
			compress = "lz4";
		};
	};
};