[U-Boot] [PATCH] Don't apply: tools: add a tool to move automatically CONFIGs from headers to defconfigs

2015-01-19 Thread Masahiro Yamada
This tool can move CONFIG macros from C headers (include/configs/*.h) to defconfigs (configs/*_defconfig) all over the boards. There are tons of CONFIGs in U-boot and moving them by hand is absolutely tool painful. I wrote this script for my local use, so this patch might not clean enough to be a

Re: [U-Boot] [PATCH] Don't apply: tools: add a tool to move automatically CONFIGs from headers to defconfigs

2015-03-03 Thread Simon Glass
Hi Masahiro, On 19 January 2015 at 05:12, Masahiro Yamada wrote: > This tool can move CONFIG macros from C headers (include/configs/*.h) > to defconfigs (configs/*_defconfig) all over the boards. > > There are tons of CONFIGs in U-boot and moving them by hand is > absolutely tool painful. I wrot

Re: [U-Boot] [PATCH] Don't apply: tools: add a tool to move automatically CONFIGs from headers to defconfigs

2015-03-10 Thread Masahiro Yamada
Hi Simon, Sorry for my late reply. 2015-03-04 9:18 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 19 January 2015 at 05:12, Masahiro Yamada > wrote: >> This tool can move CONFIG macros from C headers (include/configs/*.h) >> to defconfigs (configs/*_defconfig) all over the boards. >> >> There are