mbox

[U-Boot,GIT,PULL] Please pull u-boot-mpc85xx.git

Message ID alpine.LFD.2.00.1105190218380.10786@right.am.freescale.net
State Accepted
Delegated to: Kumar Gala
Headers show

Pull-request

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

Message

Kumar Gala May 19, 2011, 7:18 a.m. UTC
The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 +0200)

are available in the git repository at:

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

Shaohui Xie (2):
      powerpc/85xx: Enable eSPI support on corenet ds boards
      powerpc/85xx: add support for env in MMC/SPI on corenet ds boards

 board/freescale/common/Makefile |    2 +
 boards.cfg                      |    7 +++++-
 include/configs/corenet_ds.h    |   40 +++++++++++++++++++++++++++++++-------
 3 files changed, 40 insertions(+), 9 deletions(-)

Comments

Wolfgang Denk May 19, 2011, 7:31 p.m. UTC | #1
Dear Kumar Gala,

In message <alpine.LFD.2.00.1105190218380.10786@right.am.freescale.net> you wrote:
> The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> Shaohui Xie (2):
>       powerpc/85xx: Enable eSPI support on corenet ds boards
>       powerpc/85xx: add support for env in MMC/SPI on corenet ds boards
> 
>  board/freescale/common/Makefile |    2 +
>  boards.cfg                      |    7 +++++-
>  include/configs/corenet_ds.h    |   40 +++++++++++++++++++++++++++++++-------
>  3 files changed, 40 insertions(+), 9 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
Kumar Gala May 19, 2011, 7:48 p.m. UTC | #2
On May 19, 2011, at 2:31 PM, Wolfgang Denk wrote:

> Dear Kumar Gala,
> 
> In message <alpine.LFD.2.00.1105190218380.10786@right.am.freescale.net> you wrote:
>> The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5:
>> 
>>  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 +0200)
>> 
>> are available in the git repository at:
>> 
>>  git://git.denx.de/u-boot-mpc85xx.git master
>> 
>> Shaohui Xie (2):
>>      powerpc/85xx: Enable eSPI support on corenet ds boards
>>      powerpc/85xx: add support for env in MMC/SPI on corenet ds boards
>> 
>> board/freescale/common/Makefile |    2 +
>> boards.cfg                      |    7 +++++-
>> include/configs/corenet_ds.h    |   40 +++++++++++++++++++++++++++++++-------
>> 3 files changed, 40 insertions(+), 9 deletions(-)
> 
> Applied, thanks.
> 
> Best regards,
> 
> Wolfgang Denk

thanks for pulling these in for this release.

- k