commit | ff6c3b2dd906ce0606de421d753d432d5621ba0e | [log] [tgz] |
---|---|---|
author | Stefan Theil <stefan.theil@mixed-mode.de> | Thu Mar 08 09:00:13 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 09 12:31:07 2018 -0500 |
tree | a6275a773b7a9ec03c0746da84f2f1fc34e04518 | |
parent | fe614effc9bcf144568b67b9cf9086fbc8b206db [diff] |
tools/mkimage: Use proper output parameter in dtc-system call The system call used by mkimage to run dtc redirects stdout to a temporary file. This can cause problems on Windows (with a MinGW cross-compiled version). Using the "-o" dtc parameter avoids this problem. Signed-off-by: Stefan Theil <stefan.theil@mixed-mode.de> Reviewed-by: Tom Rini <trini@konsulko.com>