~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: b54f9b14191d8d27ee269883ab26ebc9443eee0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/dts-v1/;

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

	binman {
		sort-by-offset;
		u-boot {
			offset = <30>;
		};

		u-boot-spl {
			offset = <1>;
		};
	};
};