aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/024_sorted.dts
blob: d35d39f077d9825f3e03fc836512eedc7c8a4019 (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 = <22>;
		};

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