Home
last modified time | relevance | path

Searched hist:"63 f881d4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dfit_image.c63f881d4 Thu Mar 08 02:00:13 CST 2018 Stefan Theil <stefan.theil@mixed-mode.de> 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>