summaryrefslogtreecommitdiff
path: root/tools/binman/test/116_fdtmap_hdr.dts
blob: 77a2194b39419465ec1d7d51802a0a72be7b1f9f (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 {
		size = <0x400>;
		u-boot {
		};
		fdtmap {
		};
		image-header {
			location = "end";
		};
	};
};