aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/225_expand_size_bad.dts
blob: d4ad9a6a1aebec97de1ba6a05c56ff8c8e962430 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		u-boot {
			expand-size;
		};
	};
};