aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/183_compress_image_less.dts
blob: 1d9d57b78c9a7196097a7241553afc6c9495914c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		compress = "lz4";
		blob {
			filename = "compress_big";
		};

		u-boot {
		};
	};
};