197_symbols_expand.dts 254 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. pad-byte = <0xff>;
  8. u-boot-spl {
  9. };
  10. u-boot {
  11. offset = <0x38>;
  12. no-expanded;
  13. };
  14. u-boot-spl2 {
  15. type = "u-boot-spl";
  16. };
  17. };
  18. };