From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Sun, 12 Jun 2016 00:09:14 +0900 Subject: [U-Boot] [PATCH v3 4/4] tools: moveconfig: Add a new --git-ref option In-Reply-To: <1465588412-20257-4-git-send-email-joe.hershberger@ni.com> References: <1464838207-10020-2-git-send-email-joe.hershberger@ni.com> <1465588412-20257-1-git-send-email-joe.hershberger@ni.com> <1465588412-20257-4-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 2016-06-11 4:53 GMT+09:00 Joe Hershberger : > This option allows the 'make autoconf.mk' step to run against a former > repo state, while the savedefconfig step runs against the current repo > state. This is convenient for the case where something in the Kconfig > has changed such that the defconfig is no longer complete with the new > Kconfigs. This feature allows the .config to be built assuming those old > Kconfigs, but then savedefconfig based on the new state of the Kconfigs. > > If in doubt, always specify this switch. It will always do the right > thing even if not required, but if it was required and you don't use it, > the moved configs will be incorrect. When not using this switch, you > must very carefully evaluate that all moved configs are correct. > > Signed-off-by: Joe Hershberger Reviewed-by: Masahiro Yamada -- Best Regards Masahiro Yamada