Re: [U-Boot] [PATCH] binman: fix a few typos in documentation

2018-09-28 Thread Simon Glass
On 23 August 2018 at 03:45, Simon Glass wrote: > On 22 August 2018 at 14:01, Michael Heimpold wrote: >> This fixes four small typos in the README file. >> >> Signed-off-by: Michael Heimpold >> Cc: Simon Glass >> --- >> tools/binman/README | 8 >> 1 file changed, 4 insertions(+), 4 del

Re: [U-Boot] [PATCH] binman: fix a few typos in documentation

2018-08-23 Thread Simon Glass
On 22 August 2018 at 14:01, Michael Heimpold wrote: > This fixes four small typos in the README file. > > Signed-off-by: Michael Heimpold > Cc: Simon Glass > --- > tools/binman/README | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Simon Glass Thanks. ___

Re: [U-Boot] [PATCH] binman: fix a few typos in documentation

2018-08-22 Thread Bin Meng
On Thu, Aug 23, 2018 at 4:01 AM, Michael Heimpold wrote: > This fixes four small typos in the README file. > > Signed-off-by: Michael Heimpold > Cc: Simon Glass > --- > tools/binman/README | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Bin Meng

[U-Boot] [PATCH] binman: fix a few typos in documentation

2018-08-22 Thread Michael Heimpold
This fixes four small typos in the README file. Signed-off-by: Michael Heimpold Cc: Simon Glass --- tools/binman/README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/binman/README b/tools/binman/README index cb34171e5f..9d9d1832ee 100644 --- a/tools/binman/RE