binman: Don't show image-skip message by default
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:34 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 04:44:07 +0000 (12:44 +0800)
commiteb833d871dfdb360002c02ca7e8662309828cca5
treeab3622e92ad6f18b409de46ebbd1227ad71b322e
parent5203258c6e149ab865e337c00437a909abf3b5b4
binman: Don't show image-skip message by default

This message is not very important since it is simply indicating that the
user's instructions are being followed. Only show it when the verbosity
level is above the default.

Also drop the unnecessary extra newline on this message, which causes two
line breaks.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/control.py
tools/binman/ftest.py