]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: image-host: print error messages to stderr
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Thu, 17 Aug 2023 15:36:10 +0000 (18:36 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 30 Aug 2023 15:47:43 +0000 (11:47 -0400)
commit8d8851e8fd52fdfbafd1dcb5faa66f20f9588d97
tree28d3973a39a8956626a9059b102be6ceb10eeab5
parent59bf0cdfa9a76cb6da7532a10584bcd40c3e3a00
tools: image-host: print error messages to stderr

The make by default cuts off the stdout output from external tools,
so all error messages from the image-host are not shown in a make
output. Besides that, it is a common approach to use stderr stream
for error messages.
Use stderr for all error messages in image-host.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/image-host.c