From: Bin Meng Date: Thu, 3 Oct 2019 02:07:29 +0000 (-0700) Subject: binman: Use qemu-x86_defconfig in the example X-Git-Tag: v2020.01-rc1~27^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c443f56cc699f25feb4618791730d11a0eb6280a;p=oweals%2Fu-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/tools/binman/README b/tools/binman/README index 8e0f0a8c55..c96a564226 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 option to the call to binman: - make sandbox_defconfig + make qemu-x86_defconfig make BINMAN_VERBOSE=5