summaryrefslogtreecommitdiff
path: root/tools/binman/test/30_x86-rom-me-no-desc.dts
blob: 68d3ce09ecd91084e0be11cb9a361a25453f00e4 (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-pos;
		end-at-4gb;
		size = <16>;
		intel-me {
			filename = "me.bin";
			pos-unset;
		};
	};
};