200_align_default.dts 297 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. align-default = <8>;
  8. u-boot {
  9. };
  10. u-boot-align {
  11. type = "u-boot";
  12. };
  13. section {
  14. align = <32>;
  15. u-boot {
  16. };
  17. u-boot-nodtb {
  18. };
  19. };
  20. u-boot-nodtb {
  21. };
  22. };
  23. };