Re: [U-Boot] [PATCH v4 06/10] moveconfig: Remove probable debug print

2015-05-19 Thread Joe Hershberger
Hi Masahiro-san, On Mon, May 18, 2015 at 9:10 PM, Masahiro Yamada wrote: > Hi Joe > > 2015-05-16 6:40 GMT+09:00 Joe Hershberger : >> This print seems to be redundant and unformatted compared to the next >> few lines, so remove it. >> >> Signed-off-by: Joe Hershberger >> --- >> >> Changes in v4:

Re: [U-Boot] [PATCH v4 06/10] moveconfig: Remove probable debug print

2015-05-18 Thread Masahiro Yamada
Hi Joe 2015-05-16 6:40 GMT+09:00 Joe Hershberger : > This print seems to be redundant and unformatted compared to the next > few lines, so remove it. > > Signed-off-by: Joe Hershberger > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > tools/moveconfig.py | 1 - > 1 fi

[U-Boot] [PATCH v4 06/10] moveconfig: Remove probable debug print

2015-05-15 Thread Joe Hershberger
This print seems to be redundant and unformatted compared to the next few lines, so remove it. Signed-off-by: Joe Hershberger --- Changes in v4: None Changes in v3: None Changes in v2: None tools/moveconfig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/moveconfig.py b/tools/movec