summaryrefslogtreecommitdiff
path: root/tools/binman/test/89_expand_size_bad.dts
blob: edc0e5cf68164a59e371a130e31c82dcc052db94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		_testing {
			expand-size;
			return-contents-once;
		};
		u-boot {
			offset = <8>;
		};
	};
};