Re: [U-Boot] [PATCH v2] tools: moveconfig: a tool to move CONFIGs from headers to defconfigs

2015-05-19 Thread Masahiro Yamada
2015-05-20 0:33 GMT+09:00 Joe Hershberger joe.hershber...@gmail.com: +if len(failed_boards) 0: +msg = [ The following boards were not processed due to error: ] +msg += failed_boards +print msg This is an extra print. Fixed. Thanks! --

Re: [U-Boot] [PATCH v2] tools: moveconfig: a tool to move CONFIGs from headers to defconfigs

2015-05-19 Thread Joe Hershberger
Hi Masahiro-san On Thu, May 14, 2015 at 11:44 PM, Masahiro Yamada yamada.masah...@socionext.com wrote: This tool was originally written for my local use to ease the task of tons of CONFIG moves, but there have been some requests for mainlining it. So, I have tidied up the code with nicer

[U-Boot] [PATCH v2] tools: moveconfig: a tool to move CONFIGs from headers to defconfigs

2015-05-14 Thread Masahiro Yamada
This tool was originally written for my local use to ease the task of tons of CONFIG moves, but there have been some requests for mainlining it. So, I have tidied up the code with nicer comments, and here it is. See the comment block of the script for usage. The first draft was