Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-22 Thread Simon Glass
Hi Masahiro, On 19 January 2015 at 21:52, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, Alexey, On Thu, 15 Jan 2015 12:44:16 -0700 Simon Glass s...@chromium.org wrote: Frankly I don't like this approach with post-processing steps. It will inevitably end-up with messed up

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-19 Thread Masahiro Yamada
Hi Simon, Alexey, On Thu, 15 Jan 2015 12:44:16 -0700 Simon Glass s...@chromium.org wrote: Frankly I don't like this approach with post-processing steps. It will inevitably end-up with messed up configs. Why don't we just use default values in Kconfig for ARCH/SOC/Board? It's pretty obvious

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-19 Thread Masahiro Yamada
On Thu, 15 Jan 2015 21:49:59 + Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Simon, Masahiro-san, On Thu, 2015-01-15 at 12:44 -0700, Simon Glass wrote: Hi Masahiro, Honestly, I do not like baseline options in board-Kconfig very much. The advantage is that it works without

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-19 Thread Masahiro Yamada
On Thu, 15 Jan 2015 12:44:16 -0700 Simon Glass s...@chromium.org wrote: Hi Masahiro, On 15 January 2015 at 12:10, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi 2015-01-15 23:46 GMT+09:00 Simon Glass s...@chromium.org: Hi, On 14 January 2015 at 01:18, Alexey Brodkin

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-19 Thread Masahiro Yamada
Hi Alexey, On Thu, 15 Jan 2015 21:22:42 + Alexey Brodkin alexey.brod...@synopsys.com wrote: 3) that would be helpful if at (1) board maintainers are notified via direct emails on the change that has been done Yes, good idea. That's important because not everybody follows

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-16 Thread Simon Glass
Hi Alexey, On 15 January 2015 at 13:49, Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Simon, Masahiro-san, On Thu, 2015-01-15 at 12:44 -0700, Simon Glass wrote: Hi Masahiro, Honestly, I do not like baseline options in board-Kconfig very much. The advantage is that it works without

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-15 Thread Masahiro YAMADA
Hi Alexey, 2015-01-14 17:18 GMT+09:00 Alexey Brodkin alexey.brod...@synopsys.com: Hi Simon, Masahiro-san, On Tue, 2015-01-13 at 20:18 -0800, Simon Glass wrote: Probably I'm missing details of our Kconfig migration plan if one exists. Then I'd like to get a reference to the plan so I'm

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-15 Thread Simon Glass
Hi, On 14 January 2015 at 01:18, Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Simon, Masahiro-san, On Tue, 2015-01-13 at 20:18 -0800, Simon Glass wrote: Probably I'm missing details of our Kconfig migration plan if one exists. Then I'd like to get a reference to the plan so I'm

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-15 Thread Simon Glass
Hi Masahiro, On 15 January 2015 at 12:10, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi 2015-01-15 23:46 GMT+09:00 Simon Glass s...@chromium.org: Hi, On 14 January 2015 at 01:18, Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Simon, Masahiro-san, On Tue, 2015-01-13 at 20:18

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-15 Thread Masahiro YAMADA
Hi 2015-01-15 23:46 GMT+09:00 Simon Glass s...@chromium.org: Hi, On 14 January 2015 at 01:18, Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Simon, Masahiro-san, On Tue, 2015-01-13 at 20:18 -0800, Simon Glass wrote: Probably I'm missing details of our Kconfig migration plan if

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-15 Thread Alexey Brodkin
Hi MAsahiro-san, On Fri, 2015-01-16 at 03:36 +0900, Masahiro YAMADA wrote: Weird. I can access the link. The subject is [RFC] How to move lots of CONFIGs from header files to Kconfig Another URL is http://lists.denx.de/pipermail/u-boot/2014-October/193117.html Thanks a lot! Now I was

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-15 Thread Alexey Brodkin
Hi Simon, Masahiro-san, On Thu, 2015-01-15 at 12:44 -0700, Simon Glass wrote: Hi Masahiro, Honestly, I do not like baseline options in board-Kconfig very much. The advantage is that it works without any change. What I suggested before was to use scripts/kconfig/merge_config.sh. For

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-14 Thread Alexey Brodkin
Hi Simon, Masahiro-san, On Tue, 2015-01-13 at 20:18 -0800, Simon Glass wrote: Probably I'm missing details of our Kconfig migration plan if one exists. Then I'd like to get a reference to the plan so I'm not attempting to do things that are already scheduled and could be even in a

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-13 Thread Masahiro Yamada
Hi Alexey, On Fri, 9 Jan 2015 20:09:22 + Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Masahiro-san, On Tue, 2015-01-06 at 00:34 +0900, Masahiro YAMADA wrote: Hi Alexey, 2015-01-03 22:20 GMT+09:00 Alexey Brodkin alexey.brod...@synopsys.com: Now when we may select

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-13 Thread Simon Glass
HI Masahiro, On 13 January 2015 at 20:05, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Alexey, On Fri, 9 Jan 2015 20:09:22 + Alexey Brodkin alexey.brod...@synopsys.com wrote: Hi Masahiro-san, On Tue, 2015-01-06 at 00:34 +0900, Masahiro YAMADA wrote: Hi Alexey, 2015-01-03

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-09 Thread Alexey Brodkin
Hi Masahiro-san, On Tue, 2015-01-06 at 00:34 +0900, Masahiro YAMADA wrote: Hi Alexey, 2015-01-03 22:20 GMT+09:00 Alexey Brodkin alexey.brod...@synopsys.com: Now when we may select commands via menuconfig let's adjust default settings with config_cmd_default.h. As the next step we may

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-05 Thread Masahiro YAMADA
Hi Alexey, 2015-01-03 22:20 GMT+09:00 Alexey Brodkin alexey.brod...@synopsys.com: Now when we may select commands via menuconfig let's adjust default settings with config_cmd_default.h. As the next step we may get rid of config_cmd_default.h inclusion in include/configs/*.h and

[U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-03 Thread Alexey Brodkin
Now when we may select commands via menuconfig let's adjust default settings with config_cmd_default.h. As the next step we may get rid of config_cmd_default.h inclusion in include/configs/*.h and config_cmd_default.h itself. Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Masahiro