diff options
Diffstat (limited to 'tools/binman/README')
-rw-r--r-- | tools/binman/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/README b/tools/binman/README index 8e0f0a8c55b..c96a5642267 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 |