mbox

[U-Boot] Pull request: u-boot-staging

Message ID 20111205233042.7cdadac4@wker
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-staging.git agust@denx.de

Message

Anatolij Gustschin Dec. 5, 2011, 10:30 p.m. UTC
Hello Wolfgang,

The following changes since commit 7708d8b352e9e595f6f08afd3206af6495c7dc09:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2011-12-02 00:17:49 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust@denx.de

Horst Kronstorfer (1):
      Makefile: add tools/mkenvimage to target 'clean'

Michael Jones (1):
      mv_common.c: get rid of 'defined but not used' warning

Mike Frysinger (3):
      sparc: fix unused variable warnings
      sparc: fix unknown escape sequence warnings
      m68k: fix ambiguous bit testing

Vadim Bendebury (1):
      sf: fix erase debug output

 Makefile                               |    2 +-
 arch/m68k/cpu/mcf52x2/cpu_init.c       |    2 +-
 arch/sparc/lib/board.c                 |    3 ---
 arch/sparc/lib/bootm.c                 |    2 --
 board/matrix_vision/common/mv_common.c |    2 +-
 drivers/mtd/spi/spi_flash.c            |    3 +--
 include/configs/gr_cpci_ax2000.h       |    2 +-
 include/configs/gr_ep2s60.h            |    2 +-
 include/configs/gr_xc3s_1500.h         |    2 +-
 include/configs/grsim.h                |    2 +-
 include/configs/grsim_leon2.h          |    2 +-
 11 files changed, 9 insertions(+), 15 deletions(-)

Please pull. Thanks!

Anatolij

Comments

Wolfgang Denk Dec. 5, 2011, 10:34 p.m. UTC | #1
Dear Anatolij Gustschin,

In message <20111205233042.7cdadac4@wker> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 7708d8b352e9e595f6f08afd3206af6495c7dc09:
> 
>   Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2011-12-02 00:17:49 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git agust@denx.de
> 
> Horst Kronstorfer (1):
>       Makefile: add tools/mkenvimage to target 'clean'
> 
> Michael Jones (1):
>       mv_common.c: get rid of 'defined but not used' warning
> 
> Mike Frysinger (3):
>       sparc: fix unused variable warnings
>       sparc: fix unknown escape sequence warnings
>       m68k: fix ambiguous bit testing
> 
> Vadim Bendebury (1):
>       sf: fix erase debug output
> 
>  Makefile                               |    2 +-
>  arch/m68k/cpu/mcf52x2/cpu_init.c       |    2 +-
>  arch/sparc/lib/board.c                 |    3 ---
>  arch/sparc/lib/bootm.c                 |    2 --
>  board/matrix_vision/common/mv_common.c |    2 +-
>  drivers/mtd/spi/spi_flash.c            |    3 +--
>  include/configs/gr_cpci_ax2000.h       |    2 +-
>  include/configs/gr_ep2s60.h            |    2 +-
>  include/configs/gr_xc3s_1500.h         |    2 +-
>  include/configs/grsim.h                |    2 +-
>  include/configs/grsim_leon2.h          |    2 +-
>  11 files changed, 9 insertions(+), 15 deletions(-)
> 
> Please pull. Thanks!

Applied, thanks.

Best regards,

Wolfgang Denk