191_read_image_skip.dts 258 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. end-at-4gb;
  8. size = <0x400>;
  9. section {
  10. size = <0x10>;
  11. u-boot {
  12. };
  13. };
  14. fdtmap {
  15. };
  16. image-header {
  17. location = "end";
  18. };
  19. };
  20. };