aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/138_fdtmap_hdr_nosize.dts
blob: c362f8fdffb06a8be3e8e40a650f02d20a437039 (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 {
		u-boot {
		};
		fdtmap {
		};
		image-header {
			location = "end";
		};
	};
};