fiptool: print new lines of usage to stdout instead of stderr
The strings in usage functions are sent to stdout by printf(),
but some new lines are sent to stderr by fputc(..., stderr).

This inconsistency will break the usage format when users re-direct
stdout or stderr.  Just use printf() for consistency.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent bab16f9 commit 95d2b2682b54d780c99ab8d8411aac7a55171a8c
@Masahiro Yamada Masahiro Yamada authored on 2 Feb 2017
Showing 1 changed file
View
tools/fiptool/fiptool.c