aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/089_extend_size_bad.dts
blob: edc60e43fdf70ada9c19c320fedffe3cdb232572 (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 {
			extend-size;
			return-contents-once;
		};
		u-boot {
			offset = <8>;
		};
	};
};