mbox

[U-Boot] pull request: u-boot-uniphier/master (moveconfig)

Message ID CAK7LNATWn=KbUQmp-i0=D+a34G6EQjOqgAQuwhBQpdHymjL8fg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-uniphier.git master

Message

Masahiro Yamada June 22, 2016, 12:27 a.m. UTC
Hi Tom,

Please pull some udpates of moveconfig.py tool.


The following changes since commit 9f823615af919c6b89f0b80197f009f78299dcde:

  Kconfig: Add a new DISTRO_DEFAULTS Kconfig option (2016-06-20 21:30:13 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-uniphier.git master

for you to fetch changes up to fc2661eebe9e788aee61dcb0c9c8337cda1ae93b:

  tools: moveconfig: show suspicious boards with possible
misconversion (2016-06-22 09:23:00 +0900)

----------------------------------------------------------------
Masahiro Yamada (5):
      tools: moveconfig: fix needless move for config with default 1
      tools: moveconfig: change class WorkDir to class ReferenceSource
      tools: moveconfig: simplify source tree switching
      tools: moveconfig: simplify show_failed_boards() and show more info
      tools: moveconfig: show suspicious boards with possible misconversion

 tools/moveconfig.py | 130
+++++++++++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 81 insertions(+), 49 deletions(-)

Comments

Tom Rini June 22, 2016, 2:38 p.m. UTC | #1
On Wed, Jun 22, 2016 at 09:27:26AM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> Please pull some udpates of moveconfig.py tool.
> 
> 
> The following changes since commit 9f823615af919c6b89f0b80197f009f78299dcde:
> 
>   Kconfig: Add a new DISTRO_DEFAULTS Kconfig option (2016-06-20 21:30:13 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-uniphier.git master
> 
> for you to fetch changes up to fc2661eebe9e788aee61dcb0c9c8337cda1ae93b:
> 
>   tools: moveconfig: show suspicious boards with possible
> misconversion (2016-06-22 09:23:00 +0900)
> 

Applied to u-boot/master, thanks!