mbox

[U-Boot] pull request: u-boot-uniphier/misc

Message ID CAK7LNATCo3DGroqDNFcZjraSJ6yy2dpPWdxW6iAgPfNCNYUMUw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Masahiro Yamada May 26, 2015, 11:47 p.m. UTC
Hi Tom,

Here is a new tool that helps us move CONFIG options easily.



The following changes since commit 9bea236b3402a262772b66d055ec6431cbd3ba87:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx
(2015-05-26 10:38:01 -0400)

are available in the git repository at:


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

for you to fetch changes up to 2e2ce6c0c8d3d0d2a86d2464d201aecd9aef693d:

  moveconfig: Print status about the processed defconfigs (2015-05-27
08:39:16 +0900)

----------------------------------------------------------------
Joe Hershberger (9):
      moveconfig: Always run savedefconfig on the moved config
      moveconfig: Ignore duplicate configs when moving
      moveconfig: Add a parameter to accept a list to build
      moveconfig: Add a switch to only cleanup headers
      moveconfig: Cleanup headers in arch and board
      moveconfig: Output a list of failed boards
      moveconfig: Print a message for missing compiler
      moveconfig: Add a switch to enable printing errors
      moveconfig: Print status about the processed defconfigs

Masahiro Yamada (1):
      tools: moveconfig: a tool to move CONFIGs from headers to defconfigs

 scripts/Makefile.autoconf |   3 +-
 tools/moveconfig.py       | 918
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 920 insertions(+), 1 deletion(-)
 create mode 100755 tools/moveconfig.py

Comments

Tom Rini May 27, 2015, 5:09 p.m. UTC | #1
On Wed, May 27, 2015 at 08:47:02AM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> Here is a new tool that helps us move CONFIG options easily.
> 
> 
> 
> The following changes since commit 9bea236b3402a262772b66d055ec6431cbd3ba87:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx
> (2015-05-26 10:38:01 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-uniphier.git misc
> 
> for you to fetch changes up to 2e2ce6c0c8d3d0d2a86d2464d201aecd9aef693d:
> 
>   moveconfig: Print status about the processed defconfigs (2015-05-27
> 08:39:16 +0900)
> 

Applied to u-boot/master, thanks!