Re: [U-Boot] [PATCH] moveconfig: Add a new --git-ref option

2015-06-10 Thread Joe Hershberger
Hi Masahiro-san, On Thu, Jun 4, 2015 at 11:54 PM, Masahiro Yamada wrote: > Hi Joe, > > > 2015-05-30 6:23 GMT+09:00 Joe Hershberger : >> This option allows the 'make *_defconfig' step to run against a former >> repo state, while the savedefconfig step runs against the current repo >> state. This i

Re: [U-Boot] [PATCH] moveconfig: Add a new --git-ref option

2015-06-04 Thread Masahiro Yamada
Hi Joe, 2015-05-30 6:23 GMT+09:00 Joe Hershberger : > This option allows the 'make *_defconfig' 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

Re: [U-Boot] [PATCH] moveconfig: Add a new --git-ref option

2015-06-02 Thread Joe Hershberger
Hey guys, On Fri, May 29, 2015 at 4:23 PM, Joe Hershberger wrote: > This option allows the 'make *_defconfig' 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

[U-Boot] [PATCH] moveconfig: Add a new --git-ref option

2015-05-29 Thread Joe Hershberger
This option allows the 'make *_defconfig' 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 f