mbox

[U-Boot] Pull request u-boot-blackfin.git

Message ID 1321672752-1950-1-git-send-email-vapier@gentoo.org
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://www.denx.de/git/u-boot-blackfin.git master

Message

Mike Frysinger Nov. 19, 2011, 3:19 a.m. UTC
The following changes since commit 05622191e510e495b6a06da6342126e80a3fed8f:

  tools: checkpatch.pl from Linux added to tools (2011-11-17 14:27:11 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git master

Mike Frysinger (3):
      Blackfin: drop now unused local variable
      Blackfin: traps: fix up printf warnings from debug
      Blackfin: cache result of cpp check

 arch/blackfin/config.mk   |    3 ++-
 arch/blackfin/cpu/traps.c |   15 ++++++++++-----
 arch/blackfin/lib/board.c |    1 -
 3 files changed, 12 insertions(+), 7 deletions(-)

Comments

Wolfgang Denk Nov. 21, 2011, 9:05 p.m. UTC | #1
Dear Mike Frysinger,

In message <1321672752-1950-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 05622191e510e495b6a06da6342126e80a3fed8f:
> 
>   tools: checkpatch.pl from Linux added to tools (2011-11-17 14:27:11 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-blackfin.git master
> 
> Mike Frysinger (3):
>       Blackfin: drop now unused local variable
>       Blackfin: traps: fix up printf warnings from debug
>       Blackfin: cache result of cpp check
> 
>  arch/blackfin/config.mk   |    3 ++-
>  arch/blackfin/cpu/traps.c |   15 ++++++++++-----
>  arch/blackfin/lib/board.c |    1 -
>  3 files changed, 12 insertions(+), 7 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk