summaryrefslogtreecommitdiff
path: root/tools/binman/test/124_compress_dtb.dts
blob: 46bfd8b265f59ca0fda5b3fd95f666d95db0b88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		u-boot {
		};
		u-boot-dtb {
			compress = "lz4";
		};
	};
};