Re: [U-Boot] [PATCH v3] tools: genboardscfg.py, no exception if columns undetectable

2014-08-17 Thread Roger Meier
Quoting Masahiro YAMADA : Hi Roger, (adding York to cc) 2014-08-07 23:19 GMT+09:00 Roger Meier : The existing terminalsize detection raised an exception on build server. Just removes the exception. This also deactivates the progress indicator. Remove a trainling whitespace. Signed-off-by:

Re: [U-Boot] [PATCH v3] tools: genboardscfg.py, no exception if columns undetectable

2014-08-08 Thread Masahiro YAMADA
Hi Roger, (adding York to cc) 2014-08-07 23:19 GMT+09:00 Roger Meier : > The existing terminalsize detection raised an exception on build > server. Just removes the exception. This also deactivates the > progress indicator. > > Remove a trainling whitespace. > > Signed-off-by: Roger Meier > CC:

[U-Boot] [PATCH v3] tools: genboardscfg.py, no exception if columns undetectable

2014-08-07 Thread Roger Meier
The existing terminalsize detection raised an exception on build server. Just removes the exception. This also deactivates the progress indicator. Remove a trainling whitespace. Signed-off-by: Roger Meier CC: Masahiro Yamada CC: Tom Rini --- Changes for v2: - use 24 instead of 25 lines Chan