binman: Use qemu-x86_defconfig in the example
authorBin Meng <bmeng.cn@gmail.com>
Thu, 3 Oct 2019 02:07:29 +0000 (19:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 11 Oct 2019 09:37:44 +0000 (17:37 +0800)
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>
tools/binman/README

index 8e0f0a8c55b7d54a48f50aa0e712125dfa3e14ae..c96a5642267367b5e1e70ef082b9f70539275f5d 100644 (file)
@@ -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