summaryrefslogtreecommitdiff
path: root/tools/binman/test/120_hdr_no_location.dts
blob: 585e21f456b934d9be48a6f45ce18b0223a46296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/dts-v1/;

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

	binman {
		sort-by-offset;
		u-boot {
		};
		fdtmap {
		};
		image-header {
		};
	};
};