]> git.baikalelectronics.ru Git - uboot.git/commit
tools/mkimage: Use proper output parameter in dtc-system call
authorStefan Theil <stefan.theil@mixed-mode.de>
Thu, 8 Mar 2018 08:00:13 +0000 (09:00 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 9 Mar 2018 17:31:07 +0000 (12:31 -0500)
commit5eed47974663f3a74c34c3c5d81678d0a55dfc50
treea6275a773b7a9ec03c0746da84f2f1fc34e04518
parent29f5ad0a23c50603d8d4d5d348896b8df0a02061
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>
tools/fit_image.c