upstream: 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.

BUG=none
TEST=run 'dtc'; see that there is no output

Series-to: dts
Series-cc: david, jon
Series-version: 2
Series-changes: 2
- Drop the announce option; just remove the stderr output completely

Change-Id: I5f273da37396df42a08ed2a959d7ac035ae04126
Signed-off-by: Simon Glass <sjg@chromium.org>
1 file changed