summaryrefslogtreecommitdiff
path: root/tools/binman/test/084_files.dts
blob: 83ddb78f8e7b48611a50170b6c01812d9d507530 (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 = "none";
		};
	};
};