All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] binman: Use qemu-x86_defconfig in the example
@ 2019-10-03  2:07 Bin Meng
  2019-10-10 17:06 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2019-10-03  2:07 UTC (permalink / raw)
  To: u-boot

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>
---

 tools/binman/README | 4 ++--
 1 file 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
 
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] binman: Use qemu-x86_defconfig in the example
  2019-10-03  2:07 [U-Boot] [PATCH] binman: Use qemu-x86_defconfig in the example Bin Meng
@ 2019-10-10 17:06 ` Simon Glass
  2019-10-11  8:38   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2019-10-10 17:06 UTC (permalink / raw)
  To: u-boot

On Wed, 2 Oct 2019 at 19:07, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> 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>
> ---
>
>  tools/binman/README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] binman: Use qemu-x86_defconfig in the example
  2019-10-10 17:06 ` Simon Glass
@ 2019-10-11  8:38   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2019-10-11  8:38 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 11, 2019 at 1:06 AM Simon Glass <sjg@chromium.org> wrote:
>
> On Wed, 2 Oct 2019 at 19:07, Bin Meng <bmeng.cn@gmail.com> wrote:
> >
> > 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>
> > ---
> >
> >  tools/binman/README | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-11  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03  2:07 [U-Boot] [PATCH] binman: Use qemu-x86_defconfig in the example Bin Meng
2019-10-10 17:06 ` Simon Glass
2019-10-11  8:38   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.