053_symbols.dts 200 B

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