summaryrefslogtreecommitdiff
path: root/tools/binman/test/30_x86-rom-me-no-desc.dts
blob: 4578f660ac01e2679670a3a1122c53d3972eb35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/dts-v1/;

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

	binman {
		sort-by-pos;
		end-at-4gb;
		size = <16>;
		intel-me {
			pos-unset;
		};
	};
};