mbox

[U-Boot,GIT,PULL] u-boot-mips/master

Message ID CACUy__WKL++TpLCHPCTiPWN3V3Q_5uc4Pk-Fzm+C+BWmUpaFew@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Daniel Schwierzeck Dec. 12, 2012, 1 p.m. UTC
Hi Tom,

please pull two bugfixes for MIPS.


The following changes since commit ea40a05422bdc87a7af5dc349e8adce59f982e72:

  MIPS: constify address pointer in test_bit() (2012-12-08 21:48:19 +0100)

are available in the git repository at:

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

for you to fetch changes up to f88e09de8d4ce7307c6aaf3a3adff53e85b4b5b3:

  mips: serial: Fix busted manual relocation (2012-12-12 13:20:24 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: constify mips_io_port_base

Joe Hershberger (1):
      mips: serial: Fix busted manual relocation

 arch/mips/lib/board.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Tom Rini Dec. 12, 2012, 1:52 p.m. UTC | #1
On Wed, Dec 12, 2012 at 02:00:33PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two bugfixes for MIPS.
> 
> 
> The following changes since commit ea40a05422bdc87a7af5dc349e8adce59f982e72:
> 
>   MIPS: constify address pointer in test_bit() (2012-12-08 21:48:19 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to f88e09de8d4ce7307c6aaf3a3adff53e85b4b5b3:
> 
>   mips: serial: Fix busted manual relocation (2012-12-12 13:20:24 +0100)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (1):
>       MIPS: constify mips_io_port_base
> 
> Joe Hershberger (1):
>       mips: serial: Fix busted manual relocation
> 
>  arch/mips/lib/board.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!