]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitcb69ce357b8fde5181d2264cb98999660f716e6e
treeab3622e92ad6f18b409de46ebbd1227ad71b322e
parent3e0a7a65b5a001a575ef4791e00820372edafa16
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