diff options
author | Simon Glass <sjg@chromium.org> | 2019-09-25 08:11:11 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-10-08 13:51:00 +0800 |
commit | 1f338e00fa81e72380c788163fc3c63939bf5eea (patch) | |
tree | 1cf1d4d40dc3c97b27ca030be319a863aab34410 /tools | |
parent | 8fce3f29e4ad4d0cf2084ef63d46aa391ebbc1d7 (diff) | |
download | u-boot-1f338e00fa81e72380c788163fc3c63939bf5eea.tar.gz |
binman: Allow selection of logging verbosity
Support a new BINMAN_VERBOSE option to the build, to allow passing the
-v flag to binman.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README index b4f6392ab7..8e0f0a8c55 100644 --- a/tools/binman/README +++ b/tools/binman/README @@ -934,6 +934,12 @@ BINMAN_DEBUG=1 to your build: make sandbox_defconfig make BINMAN_DEBUG=1 +To enable verbose logging from binman, base BINMAN_VERBOSE to your build, which +adds a -v<level> option to the call to binman: + + make sandbox_defconfig + make BINMAN_VERBOSE=5 + History / Credits ----------------- |