summaryrefslogtreecommitdiff
path: root/tools/binman/test/118_fdtmap_hdr_pos.dts
blob: fd803f57fba81205a0173f09c81a152a65734f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/dts-v1/;

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

	binman {
		size = <0x400>;
		sort-by-offset;
		u-boot {
			offset = <0x100>;
		};
		fdtmap {
		};
		image-header {
			offset = <0x80>;
		};
	};
};