187_symbols_sub.dts 221 B

12345678910111213141516171819202122
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. section {
  7. pad-byte = <0xff>;
  8. u-boot-spl {
  9. };
  10. u-boot {
  11. offset = <24>;
  12. };
  13. };
  14. u-boot-spl2 {
  15. type = "u-boot-spl";
  16. };
  17. };
  18. };