From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Wed, 20 May 2015 13:48:17 +0900 Subject: [U-Boot] [PATCH v5 1/9] moveconfig: Always run savedefconfig on the moved config In-Reply-To: <1432059685-3018-1-git-send-email-joe.hershberger@ni.com> References: <1431726052-6519-1-git-send-email-joe.hershberger@ni.com> <1432059685-3018-1-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, 2015-05-20 3:21 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. > > Users must edit the Kconfig first to add the menu entries and then run > moveconfig.py to update the defconfig files and the include configs. > > As such, moveconfig.py cannot compare against the '.config' contents. > > Signed-off-by: Joe Hershberger > --- > This is based on https://patchwork.ozlabs.org/patch/472591/ > > Changes in v5: > -Removed warning that may never be reached The whole series of v5 looks good to me. Tom, looks like this series is delegated to me. Shall I apply my base patch and Joe's great improvements and then send a pull-req? Or would you do it? -- Best Regards Masahiro Yamada