mbox

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

Message ID CACUy__WnBdBZGS=N3Tg-riFVGBMpSS8_N5=M48wh4CsrdQDM=A@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 Aug. 24, 2015, 3:50 p.m. UTC
Hi Tom,

please pull two fixes for MIPS, thanks


The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:

  ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to 4adcb2380c899be91e46be93662084b3e08c5f21:

  MIPS: fix syntax for fdt_chosen/initrd. (2015-08-21 15:22:41 +0200)

----------------------------------------------------------------
Chris Packham (1):
      mips: Use unsigned int when reading c0 registers

Govindraj Raja (1):
      MIPS: fix syntax for fdt_chosen/initrd.

 arch/mips/include/asm/mipsregs.h | 4 ++--
 arch/mips/lib/bootm.c            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Tom Rini Aug. 24, 2015, 4:01 p.m. UTC | #1
On Mon, Aug 24, 2015 at 05:50:16PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two fixes for MIPS, thanks
> 
> 
> The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
> 
>   ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 4adcb2380c899be91e46be93662084b3e08c5f21:
> 
>   MIPS: fix syntax for fdt_chosen/initrd. (2015-08-21 15:22:41 +0200)
> 

Applied to u-boot/master, thanks!