Re: [U-Boot] [PATCH] moveconfig: fix error message in do_autoconf()

2017-10-15 Thread Masahiro Yamada
2017-08-28 5:10 GMT+09:00 Simon Glass : > +Tom > > On 27 August 2017 at 02:00, Chris Packham wrote: >> Move the % arch outside the double quote so that the missing toolchain >> message is displayed correctly. >> >> Signed-off-by: Chris Packham

Re: [U-Boot] [PATCH] moveconfig: fix error message in do_autoconf()

2017-08-27 Thread Simon Glass
+Tom On 27 August 2017 at 02:00, Chris Packham wrote: > Move the % arch outside the double quote so that the missing toolchain > message is displayed correctly. > > Signed-off-by: Chris Packham > --- > > tools/moveconfig.py | 2 +- > 1 file

[U-Boot] [PATCH] moveconfig: fix error message in do_autoconf()

2017-08-27 Thread Chris Packham
Move the % arch outside the double quote so that the missing toolchain message is displayed correctly. Signed-off-by: Chris Packham --- tools/moveconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/moveconfig.py b/tools/moveconfig.py