Commit 3cbf8298 authored by Simon Glass's avatar Simon Glass Committed by Jon Loeliger
Browse files

dtc: Remove spurious output on stderr



Outputing to stderr is best avoided unless there is an error or warning to
display. At present dtc always displays the name of the file it is compiling
and the input/output formats. For example:

DTC: dts->dts  on file "-"

This can cause problems in some build systems. For example, U-Boot shows
build errors for any boards which use dtc at present. It is typically the
only message output during such a build. The C compiler does not output
anything in general. The current dtc behaviour makes it difficult to
provide a silent build in the normal case where nothing went wrong.

Remove the message entirely.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 37b167f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment