aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/182_compress_image.dts
blob: 4176b7f2e62cbef38ff7aa06aa2bb8b2109c1a05 (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";
		};

		u-boot {
		};
	};
};