Re: [U-Boot] [PATCH] buildman: fix typo

2019-01-21 Thread Simon Glass
On Fri, 18 Jan 2019 at 20:40, Chris Packham wrote: > > Fix a typo in the error message from CheckOutputDir(). > > Signed-off-by: Chris Packham > --- > > tools/buildman/control.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass __

Re: [U-Boot] [PATCH] buildman: fix typo

2019-01-21 Thread sjg
On Fri, 18 Jan 2019 at 20:40, Chris Packham wrote: > > Fix a typo in the error message from CheckOutputDir(). > > Signed-off-by: Chris Packham > --- > > tools/buildman/control.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass Applied to u-boot-dm, thanks! ___

[U-Boot] [PATCH] buildman: fix typo

2019-01-17 Thread Chris Packham
Fix a typo in the error message from CheckOutputDir(). Signed-off-by: Chris Packham --- tools/buildman/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 27916d3c355d..fcf531c5f143 100644 --- a/tools/buildma