008_pack.dts 313 B

123456789101112131415161718192021222324252627282930
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. u-boot {
  7. };
  8. u-boot-align {
  9. type = "u-boot";
  10. align = <16>;
  11. };
  12. u-boot-size {
  13. type = "u-boot";
  14. size = <23>;
  15. };
  16. u-boot-next {
  17. type = "u-boot";
  18. };
  19. u-boot-fixed {
  20. type = "u-boot";
  21. offset = <61>;
  22. };
  23. };
  24. };