mbox

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

Message ID CACUy__UN8Q9HASpVEX_ka8Ut=bCUQ=v_9FHYV+zMFOR6QL8q0A@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. 8, 2012, 8:57 p.m. UTC
Hi Tom,

please pull two bugfixes for MIPS


The following changes since commit fd4d564b3c80b111f18c93adb14233a6a7ddb0e9:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2012-12-07
08:47:59 -0700)

are available in the git repository at:


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

for you to fetch changes up to ea40a05422bdc87a7af5dc349e8adce59f982e72:

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

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: constify address pointer in test_bit()

Zhi-zhou Zhang (1):
      MIPS: fix a latent bug on initialize $gp

 arch/mips/cpu/mips64/start.S   | 7 ++++++-
 arch/mips/include/asm/bitops.h | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Tom Rini Dec. 10, 2012, 3:07 p.m. UTC | #1
On Sat, Dec 08, 2012 at 09:57:28PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two bugfixes for MIPS
> 
> 
> The following changes since commit fd4d564b3c80b111f18c93adb14233a6a7ddb0e9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-x86 (2012-12-07
> 08:47:59 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to ea40a05422bdc87a7af5dc349e8adce59f982e72:
> 
>   MIPS: constify address pointer in test_bit() (2012-12-08 21:48:19 +0100)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (1):
>       MIPS: constify address pointer in test_bit()
> 
> Zhi-zhou Zhang (1):
>       MIPS: fix a latent bug on initialize $gp
> 
>  arch/mips/cpu/mips64/start.S   | 7 ++++++-
>  arch/mips/include/asm/bitops.h | 2 +-
>  2 files changed, 7 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!