summaryrefslogtreecommitdiff
path: root/tools/binman/test/148_intel_fit_missing.dts
blob: 388c76b1ab548a4053ece85b9ecc3c66c6a21c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/dts-v1/;

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

	binman {
		end-at-4gb;
		size = <0x80>;

		u-boot {
		};

		intel-fit-ptr {
		};
	};
};