024_sorted.dts 166 B

1234567891011121314151617
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. sort-by-offset;
  7. u-boot {
  8. offset = <26>;
  9. };
  10. u-boot-spl {
  11. offset = <1>;
  12. };
  13. };
  14. };