Re: [U-Boot] [PATCH v3 04/10] moveconfig: Always run savedefconfig on the moved config

2015-05-14 Thread Joe Hershberger
Hi Masahiro-san. On Thu, May 14, 2015 at 10:15 AM, Masahiro Yamada wrote: > 2015-05-14 7:28 GMT+09:00 Joe Hershberger : >> This will ensure that the order of the defconfig entries will always >> match that of the Kconfig files. After one slightly painful (but >> still early in the process) pass o

Re: [U-Boot] [PATCH v3 04/10] moveconfig: Always run savedefconfig on the moved config

2015-05-14 Thread Masahiro Yamada
2015-05-14 7:28 GMT+09:00 Joe Hershberger : > This will ensure that the order of the defconfig entries will always > match that of the Kconfig files. After one slightly painful (but > still early in the process) pass over all boards, this should keep > the defconfigs clean from here on. > > Signed-

[U-Boot] [PATCH v3 04/10] moveconfig: Always run savedefconfig on the moved config

2015-05-13 Thread Joe Hershberger
This will ensure that the order of the defconfig entries will always match that of the Kconfig files. After one slightly painful (but still early in the process) pass over all boards, this should keep the defconfigs clean from here on. Signed-off-by: Joe Hershberger --- Changes in v3: None Chang