~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 8d6f4910c933bcf266fd146aa683b1343b410c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/dts-v1/;

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

	binman {
		u-boot {
			min-size = <12>;
			pad-before = <3>;
			pad-after = <5>;
		};

		u-boot-align-size-nop {
			type = "u-boot";
			align-size = <4>;
		};

		u-boot-align-size {
			type = "u-boot";
			align = <16>;
			align-size = <32>;
		};

		u-boot-align-end {
			type = "u-boot";
			align-end = <64>;
		};

		u-boot-align-both {
			type = "u-boot";
			align = <64>;
			align-end = <128>;
		};

		u-boot-min-size {
			type = "u-boot";
			min-size = <24>;
			align-size = <16>;
		};
	};
};