156_mkimage.dts 251 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. size = <0x80>;
  8. mkimage {
  9. args = "-n test -T script";
  10. u-boot-spl {
  11. };
  12. _testing {
  13. return-contents-later;
  14. };
  15. };
  16. };
  17. };