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

/ {
	binman {
		gbb {
			size = <0x200>;
		};
	};
};