mbox

[U-Boot,PULL] u-boot-arm.git master

Message ID 20101216214850.90717D1CAB9@gemini.denx.de
State Accepted
Headers show

Pull-request

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

Message

Wolfgang Denk Dec. 16, 2010, 9:48 p.m. UTC
The following changes since commit 3600945b5aebb2d029c97c48a38d8dc960ad6935:

  ARM: */start.S: use canonical asm syntax (2010-12-13 23:58:50 +0100)

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

Asen Dimov (6):
      pm9g45: ARM relocation support
      pm9g45: enable cache command
      pm9263: ARM relocation support
      pm9263: enable cache command
      pm9261: ARM relocation support
      pm9261: enable cache command

 board/ronetix/pm9261/config.mk |    1 -
 board/ronetix/pm9261/pm9261.c  |    9 ++++++++-
 board/ronetix/pm9263/config.mk |    1 -
 board/ronetix/pm9263/pm9263.c  |    9 ++++++++-
 board/ronetix/pm9g45/config.mk |    1 -
 board/ronetix/pm9g45/pm9g45.c  |    9 ++++++++-
 include/configs/pm9261.h       |    7 +++++++
 include/configs/pm9263.h       |    7 +++++++
 include/configs/pm9g45.h       |    7 +++++++
 9 files changed, 45 insertions(+), 6 deletions(-)
 delete mode 100644 board/ronetix/pm9261/config.mk
 delete mode 100644 board/ronetix/pm9263/config.mk
 delete mode 100644 board/ronetix/pm9g45/config.mk

Best regards,

Wolfgang Denk

Comments

Wolfgang Denk Dec. 16, 2010, 10:14 p.m. UTC | #1
In message <20101216214850.90717D1CAB9@gemini.denx.de> you wrote:
> The following changes since commit 3600945b5aebb2d029c97c48a38d8dc960ad6935:
> 
>   ARM: */start.S: use canonical asm syntax (2010-12-13 23:58:50 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-arm.git master
> 
> Asen Dimov (6):
>       pm9g45: ARM relocation support
>       pm9g45: enable cache command
>       pm9263: ARM relocation support
>       pm9263: enable cache command
>       pm9261: ARM relocation support
>       pm9261: enable cache command
> 
>  board/ronetix/pm9261/config.mk |    1 -
>  board/ronetix/pm9261/pm9261.c  |    9 ++++++++-
>  board/ronetix/pm9263/config.mk |    1 -
>  board/ronetix/pm9263/pm9263.c  |    9 ++++++++-
>  board/ronetix/pm9g45/config.mk |    1 -
>  board/ronetix/pm9g45/pm9g45.c  |    9 ++++++++-
>  include/configs/pm9261.h       |    7 +++++++
>  include/configs/pm9263.h       |    7 +++++++
>  include/configs/pm9g45.h       |    7 +++++++
>  9 files changed, 45 insertions(+), 6 deletions(-)
>  delete mode 100644 board/ronetix/pm9261/config.mk
>  delete mode 100644 board/ronetix/pm9263/config.mk
>  delete mode 100644 board/ronetix/pm9g45/config.mk

Applied.

Best regards,

Wolfgang Denk