mbox

[U-Boot] Pull request: u-boot-nds32/master

Message ID CACCg+XPY9aFeqkFJCkid4jh2+wji-Rw-5uy6j=PAtpZiopuxrg@mail.gmail.com
State Accepted
Headers show

Pull-request

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

Message

Macpaul Lin Feb. 28, 2012, 5:26 a.m. UTC
Dear Wolfgang,

Please pull the following change into u-boot/master, thanks!.

The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5:

  Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26
22:17:40 +0100)

are available in the git repository at:

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

Macpaul Lin (3):
      nds32: add linkage support
      nds32/ag101/watchdog.S: add linkage support
      nds32/board.c: add PCI prompt at boot up

 arch/nds32/cpu/n1213/ag101/watchdog.S |    5 +++--
 arch/nds32/include/asm/linkage.h      |   28 ++++++++++++++++++++++++++++
 arch/nds32/lib/board.c                |    1 +
 3 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 arch/nds32/include/asm/linkage.h

Comments

Wolfgang Denk March 3, 2012, 2:14 p.m. UTC | #1
Dear Macpaul Lin,

In message <CACCg+XPY9aFeqkFJCkid4jh2+wji-Rw-5uy6j=PAtpZiopuxrg@mail.gmail.com> you wrote:
> --e89a8fb1eae4ad165b04b9ff7828
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Dear Wolfgang,
> 
> Please pull the following change into u-boot/master, thanks!.
> 
> The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26
> 22:17:40 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nds32.git master
> 
> Macpaul Lin (3):
>       nds32: add linkage support
>       nds32/ag101/watchdog.S: add linkage support
>       nds32/board.c: add PCI prompt at boot up
> 
>  arch/nds32/cpu/n1213/ag101/watchdog.S |    5 +++--
>  arch/nds32/include/asm/linkage.h      |   28 ++++++++++++++++++++++++++++
>  arch/nds32/lib/board.c                |    1 +
>  3 files changed, 32 insertions(+), 2 deletions(-)
>  create mode 100644 arch/nds32/include/asm/linkage.h

Applied, thanks.

Best regards,

Wolfgang Denk