aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-10-02 19:07:29 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-10-11 17:37:44 +0800
commitc443f56cc699f25feb4618791730d11a0eb6280a (patch)
tree0e05f529d85154ba64df1a9a8df7125f7c5458c4 /tools
parentd362a088175778097f5405074cd1445bc64ae201 (diff)
downloadu-boot-c443f56cc699f25feb4618791730d11a0eb6280a.zip
u-boot-c443f56cc699f25feb4618791730d11a0eb6280a.tar.gz
u-boot-c443f56cc699f25feb4618791730d11a0eb6280a.tar.bz2
binman: Use qemu-x86_defconfig in the example
The doc currently uses sandbox_defconfig as examples of enabling debug/verbose output of binman. However during a sandbox build it does not call binman at all. Change it to qemu-x86_defconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 8e0f0a8..c96a564 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -931,13 +931,13 @@ old.
To enable a full backtrace and other debugging features in binman, pass
BINMAN_DEBUG=1 to your build:
- make sandbox_defconfig
+ make qemu-x86_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 qemu-x86_defconfig
make BINMAN_VERBOSE=5