u-boot-brain/tools/binman/test/089_expand_size_bad.dts

15 lines
161 B
Plaintext
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
_testing {
expand-size;
return-contents-once;
};
u-boot {
offset = <8>;
};
};
};