Re: [U-Boot] [PATCH v3 07/10] moveconfig: Ignore duplicate configs when moving

2015-05-15 Thread Joe Hershberger
Hi Masahiro-san, On Fri, May 15, 2015 at 12:10 AM, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi Joe, 2015-05-15 3:02 GMT+09:00 Joe Hershberger joe.hershber...@gmail.com: Hi Masahiro-san, On Thu, May 14, 2015 at 10:36 AM, Masahiro Yamada yamada.masah...@socionext.com wrote:

Re: [U-Boot] [PATCH v3 07/10] moveconfig: Ignore duplicate configs when moving

2015-05-14 Thread Joe Hershberger
Hi Masahiro-san, On Thu, May 14, 2015 at 10:36 AM, Masahiro Yamada yamada.masah...@socionext.com wrote: 2015-05-14 7:28 GMT+09:00 Joe Hershberger joe.hershber...@ni.com: When moving configs, it is important to know what was defined in the config header even if it duplicates the configs coming

Re: [U-Boot] [PATCH v3 07/10] moveconfig: Ignore duplicate configs when moving

2015-05-14 Thread Masahiro Yamada
2015-05-14 7:28 GMT+09:00 Joe Hershberger joe.hershber...@ni.com: When moving configs, it is important to know what was defined in the config header even if it duplicates the configs coming from Kconfig. tools/moveconfig.py now defines KCONFIG_IGNORE_DUPLICATES to prevent the filtering from

Re: [U-Boot] [PATCH v3 07/10] moveconfig: Ignore duplicate configs when moving

2015-05-14 Thread Masahiro Yamada
Hi Joe, 2015-05-15 3:02 GMT+09:00 Joe Hershberger joe.hershber...@gmail.com: Hi Masahiro-san, On Thu, May 14, 2015 at 10:36 AM, Masahiro Yamada yamada.masah...@socionext.com wrote: 2015-05-14 7:28 GMT+09:00 Joe Hershberger joe.hershber...@ni.com: When moving configs, it is important to know

[U-Boot] [PATCH v3 07/10] moveconfig: Ignore duplicate configs when moving

2015-05-13 Thread Joe Hershberger
When moving configs, it is important to know what was defined in the config header even if it duplicates the configs coming from Kconfig. tools/moveconfig.py now defines KCONFIG_IGNORE_DUPLICATES to prevent the filtering from happening and selecting wrong values for the defconfig. Signed-off-by: