123_entry_expand_section.dts 222 B

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