089_expand_size_bad.dts 161 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. binman {
  5. _testing {
  6. expand-size;
  7. return-contents-once;
  8. };
  9. u-boot {
  10. offset = <8>;
  11. };
  12. };
  13. };