All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr
@ 2019-11-25  1:44 Masahiro Yamada
  2019-11-25  1:47 ` Bin Meng
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2019-11-25  1:44 UTC (permalink / raw)
  To: u-boot

The suffix should be ".bin" instead of ".dtb" .

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 tools/binman/README.entries | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/README.entries b/tools/binman/README.entries
index 10994335217c..26050da7702f 100644
--- a/tools/binman/README.entries
+++ b/tools/binman/README.entries
@@ -971,7 +971,7 @@ Entry: u-boot-with-ucode-ptr: U-Boot with embedded microcode pointer
 --------------------------------------------------------------------
 
 Properties / Entry arguments:
-    - filename: Filename of u-boot-nodtb.dtb (default 'u-boot-nodtb.dtb')
+    - filename: Filename of u-boot-nodtb.bin (default 'u-boot-nodtb.bin')
     - optional-ucode: boolean property to make microcode optional. If the
         u-boot.bin image does not include microcode, no error will
         be generated.
-- 
2.17.1

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

* [U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr
  2019-11-25  1:44 [U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr Masahiro Yamada
@ 2019-11-25  1:47 ` Bin Meng
  2019-12-05  4:28   ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Bin Meng @ 2019-11-25  1:47 UTC (permalink / raw)
  To: u-boot

On Mon, Nov 25, 2019 at 9:45 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> The suffix should be ".bin" instead of ".dtb" .
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  tools/binman/README.entries | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* [U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr
  2019-11-25  1:47 ` Bin Meng
@ 2019-12-05  4:28   ` Simon Glass
  2019-12-10 13:05     ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2019-12-05  4:28 UTC (permalink / raw)
  To: u-boot

On Sun, 24 Nov 2019 at 18:48, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Mon, Nov 25, 2019 at 9:45 AM Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
> >
> > The suffix should be ".bin" instead of ".dtb" .
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> >
> >  tools/binman/README.entries | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

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

* [U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr
  2019-12-05  4:28   ` Simon Glass
@ 2019-12-10 13:05     ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2019-12-10 13:05 UTC (permalink / raw)
  To: u-boot

Hi,

On Wed, 4 Dec 2019 at 21:28, Simon Glass <sjg@chromium.org> wrote:
>
> On Sun, 24 Nov 2019 at 18:48, Bin Meng <bmeng.cn@gmail.com> wrote:
> >
> > On Mon, Nov 25, 2019 at 9:45 AM Masahiro Yamada
> > <yamada.masahiro@socionext.com> wrote:
> > >
> > > The suffix should be ".bin" instead of ".dtb" .
> > >
> > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > > ---
> > >
> > >  tools/binman/README.entries | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> >
> > Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Actually I take that back...this should be modified in the source .py
file, from which this README is generated.

Regards,
Simon

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

end of thread, other threads:[~2019-12-10 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25  1:44 [U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr Masahiro Yamada
2019-11-25  1:47 ` Bin Meng
2019-12-05  4:28   ` Simon Glass
2019-12-10 13:05     ` Simon Glass

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.