140_entry_shrink.dts 201 B

1234567891011121314151617181920
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. _testing {
  7. bad-shrink-contents;
  8. };
  9. u-boot {
  10. };
  11. _testing2 {
  12. type = "_testing";
  13. bad-shrink-contents;
  14. };
  15. };
  16. };