summaryrefslogtreecommitdiff
path: root/tools/binman/test/190_files_align.dts
blob: 213ba966d35495a37d51169452b9602b7a6f2ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		files {
			pattern = "files/*.dat";
			files-compress = "none";
			files-align = <4>;
		};
	};
};