159_blob_ext_missing_sect.dts 273 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. size = <0x80>;
  8. section {
  9. blob-ext {
  10. filename = "missing-file";
  11. };
  12. };
  13. blob-ext2 {
  14. type = "blob-ext";
  15. filename = "missing-file2";
  16. };
  17. };
  18. };