mbox

[U-Boot] Pull request for u-boot-nds32

Message ID CACCg+XP+jOPURJ4r6KQ6LdANNviPcWEALZnoETMPxP98t2dNjQ@mail.gmail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Macpaul Lin March 19, 2012, 7:59 a.m. UTC
Dear Wolfgang,

Please pull the following 2 fix patches into your master branch.
Thanks!

The following changes since commit dbb87bbd8eff11cf974caa2b5cc397aea444bc5a:

  Armada100: gplugD: Add FAT & EXT2 command support (2012-03-19 00:08:26
+0100)

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

Macpaul Lin (2):
      nds32: fix ptrace and interrupt register overflow
      nds32/n1213: correct vector table in start.S

 arch/nds32/cpu/n1213/start.S    |   22 +++++++++++++++++++---
 arch/nds32/include/asm/ptrace.h |    2 ++
 arch/nds32/lib/interrupts.c     |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)

Comments

Wolfgang Denk March 23, 2012, 8:58 p.m. UTC | #1
Dear Macpaul Lin,

In message <CACCg+XP+jOPURJ4r6KQ6LdANNviPcWEALZnoETMPxP98t2dNjQ@mail.gmail.com> you wrote:
> --e89a8ff1c62e4e8e0a04bb93f28d
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Dear Wolfgang,
> 
> Please pull the following 2 fix patches into your master branch.
> Thanks!
> 
> The following changes since commit dbb87bbd8eff11cf974caa2b5cc397aea444bc5a:
> 
>   Armada100: gplugD: Add FAT & EXT2 command support (2012-03-19 00:08:26
> +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-nds32.git master
> 
> Macpaul Lin (2):
>       nds32: fix ptrace and interrupt register overflow
>       nds32/n1213: correct vector table in start.S
> 
>  arch/nds32/cpu/n1213/start.S    |   22 +++++++++++++++++++---
>  arch/nds32/include/asm/ptrace.h |    2 ++
>  arch/nds32/lib/interrupts.c     |    2 +-
>  3 files changed, 22 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk