~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: dc3e340c5d62c6457222b8197329e0030fed5164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

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

			u-boot {
			};
		};
	};
};