summaryrefslogtreecommitdiff
path: root/tools/binman/test/117_fdtmap_hdr_start.dts
blob: 17b6be00470c2208ce73f6ff8f658169abdab638 (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 {
			location = "start";
		};
	};
};