mbox

[U-Boot,GIT,PULL] mpc83xx: minor fixes

Message ID 20120703111308.2eb7202b10f9a3dc5a661274@freescale.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Kim Phillips July 3, 2012, 4:13 p.m. UTC
Wolfgang Denk,

Please pull a couple of minor fixes for 83xx:

The following changes since commit 558cd995d6d3eaa94fb342d142289a1fa2f76ba3:

  tools/mkenvimage.c: fix basename(3) usage (2012-07-02 20:21:49 +0200)

are available in the git repository at:

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

for you to fetch changes up to c8a90646adb1c7ca82e856c603ec964b32759d98:

  powerpc/mpc83xx: increment malloc heap size (2012-07-03 11:07:21 -0500)

----------------------------------------------------------------
Kim Phillips (1):
      powerpc/mpc83xx: increment malloc heap size

Timur Tabi (1):
      powerpc/mpc83xx: fix copyright string in serdes.c

 arch/powerpc/cpu/mpc83xx/serdes.c | 2 +-
 include/configs/MPC8323ERDB.h     | 2 +-
 include/configs/MPC8349EMDS.h     | 2 +-
 include/configs/MPC8349ITX.h      | 2 +-
 include/configs/MPC8360EMDS.h     | 2 +-
 include/configs/MPC8360ERDK.h     | 2 +-
 include/configs/sbc8349.h         | 2 +-
 include/configs/vme8349.h         | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

Thanks,

Kim

Comments

Wolfgang Denk July 6, 2012, 9:32 p.m. UTC | #1
Dear Kim Phillips,

In message <20120703111308.2eb7202b10f9a3dc5a661274@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull a couple of minor fixes for 83xx:
> 
> The following changes since commit 558cd995d6d3eaa94fb342d142289a1fa2f76ba3:
> 
>   tools/mkenvimage.c: fix basename(3) usage (2012-07-02 20:21:49 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> for you to fetch changes up to c8a90646adb1c7ca82e856c603ec964b32759d98:
> 
>   powerpc/mpc83xx: increment malloc heap size (2012-07-03 11:07:21 -0500)
> 
> ----------------------------------------------------------------
> Kim Phillips (1):
>       powerpc/mpc83xx: increment malloc heap size
> 
> Timur Tabi (1):
>       powerpc/mpc83xx: fix copyright string in serdes.c
> 
>  arch/powerpc/cpu/mpc83xx/serdes.c | 2 +-
>  include/configs/MPC8323ERDB.h     | 2 +-
>  include/configs/MPC8349EMDS.h     | 2 +-
>  include/configs/MPC8349ITX.h      | 2 +-
>  include/configs/MPC8360EMDS.h     | 2 +-
>  include/configs/MPC8360ERDK.h     | 2 +-
>  include/configs/sbc8349.h         | 2 +-
>  include/configs/vme8349.h         | 2 +-
>  8 files changed, 8 insertions(+), 8 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk