Re: [U-Boot] [PATCH] tools: genboardscfg.py, use default terminal size if undetectable

2014-08-07 Thread Masahiro Yamada
Hi Roger, On Thu, 7 Aug 2014 14:15:09 +0200 Roger Meier wrote: > The existing terminalsize detection raised an exception on build > server. Removes the exception and return a default value. > > Signed-off-by: Roger Meier > CC: Masahiro Yamada > CC: Tom Rini > --- > Changes for v2: >-

Re: [U-Boot] [PATCH] tools: genboardscfg.py, use default terminal size if undetectable

2014-08-07 Thread Masahiro Yamada
Hi Roger, On Thu, 7 Aug 2014 12:46:53 +0200 Roger Meier wrote: > The existing terminalsize detection raised an exception on build > server. Removes the exception and return a default value. > > Signed-off-by: Roger Meier > CC: Masahiro Yamada > --- > tools/genboardscfg.py |8 +++- >

[U-Boot] [PATCH] tools: genboardscfg.py, use default terminal size if undetectable

2014-08-07 Thread Roger Meier
The existing terminalsize detection raised an exception on build server. Removes the exception and return a default value. Signed-off-by: Roger Meier CC: Masahiro Yamada CC: Tom Rini --- Changes for v2: - use 24 instead of 25 lines --- tools/genboardscfg.py |8 +++- 1 file changed,

Re: [U-Boot] [PATCH] tools: genboardscfg.py, use default terminal size if undetectable

2014-08-07 Thread Tom Rini
On Thu, Aug 07, 2014 at 12:46:53PM +0200, Roger Meier wrote: > The existing terminalsize detection raised an exception on build > server. Removes the exception and return a default value. > > Signed-off-by: Roger Meier > CC: Masahiro Yamada > --- > tools/genboardscfg.py |8 +++- > 1 fil

[U-Boot] [PATCH] tools: genboardscfg.py, use default terminal size if undetectable

2014-08-07 Thread Roger Meier
The existing terminalsize detection raised an exception on build server. Removes the exception and return a default value. Signed-off-by: Roger Meier CC: Masahiro Yamada --- tools/genboardscfg.py |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/genboardscfg.p