
Hi Masahiro-san,
On Tue, May 26, 2015 at 6:41 PM, Masahiro Yamada yamada.masahiro@socionext.com wrote:
2015-05-20 11:36 GMT+09:00 Masahiro Yamada yamada.masahiro@socionext.com:
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 http://patchwork.ozlabs.org/patch/430422/
Main updates are:
- Adapted to the single .config configuration
- Support colored log
- Support moving multiple options at once (and take configs via input file only)
- Continue even if some boards fail (Idea provided by Joe Hershberger)
- Add more options
- More comments and code cleanups
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Applied to u-boot-uniphier/misc.
I think maybe you missed my comment:
On Fri, May 15, 2015 at 3:44 PM, Joe Hershberger joe.hershberger@gmail.com wrote:
You should add "moveconfig" to doc/git-mailrc in this patch.
Thanks, -Joe