summaryrefslogtreecommitdiff
path: root/tools/binman/test/41_unknown_pos_size.dts
blob: 94fe821c470b3216c98e15c64308342474ddf8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/dts-v1/;

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

	binman {
		_testing {
			return-invalid-entry;
		};
        };
};