summaryrefslogtreecommitdiff
path: root/tools/binman/test/048_x86_start16_spl.dts
blob: e2009f15f059ec4e721eccd1c9854fa92dcd7ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/dts-v1/;

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

	binman {
		size = <16>;

		x86-start16-spl {
		};
	};
};