summaryrefslogtreecommitdiff
path: root/tools/binman/test/119_fdtmap_hdr_missing.dts
blob: 41bb680f08fcec8405b23e5e68cf8f2f67697726 (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 {
		};
		image-header {
			offset = <0x80>;
			location = "start";
		};
	};
};