diff options
Diffstat (limited to 'tools/binman/test/072_gbb_too_small.dts')
-rw-r--r-- | tools/binman/test/072_gbb_too_small.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/binman/test/072_gbb_too_small.dts b/tools/binman/test/072_gbb_too_small.dts new file mode 100644 index 0000000000..c088f36a1d --- /dev/null +++ b/tools/binman/test/072_gbb_too_small.dts @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; + +/ { + binman { + gbb { + size = <0x200>; + }; + }; +}; |