[U-Boot] Please pull u-boot-mpc83xx - next branch

2009-06-11 Thread Kim Phillips
The following changes since commit af7ffac4bacbacbd5d4b9d1db38bd983d5c13c38:
  Stefan Roese (1):
UBI: Add compile-time check for correct malloc area configuration

are available in the git repository at:

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

Peter Tyser (2):
  83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
  83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x

 api/api_platform-ppc.c|2 +-
 board/freescale/mpc8349emds/mpc8349emds.c |2 +-
 board/sbc8349/sbc8349.c   |2 +-
 common/fdt_support.c  |4 +-
 cpu/mpc83xx/config.mk |2 +-
 cpu/mpc83xx/cpu_init.c|2 +-
 cpu/mpc83xx/speed.c   |   66 ++--
 doc/README.mpc832xemds|6 +-
 doc/README.mpc8349itx |2 +-
 doc/README.mpc8360emds|2 +-
 doc/README.mpc837xemds|4 +-
 doc/README.mpc837xerdb|4 +-
 drivers/pci/pci_auto.c|2 +-
 include/asm-ppc/fsl_lbc.h |4 +-
 include/asm-ppc/global_data.h |   18 
 include/asm-ppc/immap_83xx.h  |6 +-
 include/asm-ppc/immap_qe.h|2 +-
 include/asm-ppc/mpc8xxx_spi.h |4 +-
 include/asm-ppc/processor.h   |4 +-
 include/asm-ppc/u-boot.h  |2 +-
 include/common.h  |8 ++--
 include/configs/MPC8313ERDB.h |4 +-
 include/configs/MPC8315ERDB.h |4 +-
 include/configs/MPC8323ERDB.h |4 +-
 include/configs/MPC832XEMDS.h |4 +-
 include/configs/MPC8349EMDS.h |4 +-
 include/configs/MPC8349ITX.h  |2 +-
 include/configs/MPC8360EMDS.h |2 +-
 include/configs/MPC8360ERDK.h |2 +-
 include/configs/MPC837XEMDS.h |4 +-
 include/configs/MPC837XERDB.h |4 +-
 include/configs/MVBLM7.h  |4 +-
 include/configs/SIMPC8313.h   |4 +-
 include/configs/TQM834x.h |4 +-
 include/configs/kmeter1.h |2 +-
 include/configs/sbc8349.h |4 +-
 include/fdt_support.h |2 +-
 include/mpc83xx.h |   36 
 include/tsec.h|2 +-
 lib_ppc/board.c   |8 ++--
 40 files changed, 124 insertions(+), 124 deletions(-)

Thanks,

Kim
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-mpc83xx - next branch

2009-06-11 Thread Wolfgang Denk
Dear Kim Phillips,

In message <20090611164909.ba5cd069.kim.phill...@freescale.com> you wrote:
> The following changes since commit af7ffac4bacbacbd5d4b9d1db38bd983d5c13c38:
>   Stefan Roese (1):
> UBI: Add compile-time check for correct malloc area configuration
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git next
> 
> Peter Tyser (2):
>   83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
>   83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
> 
>  api/api_platform-ppc.c|2 +-
>  board/freescale/mpc8349emds/mpc8349emds.c |2 +-
>  board/sbc8349/sbc8349.c   |2 +-
>  common/fdt_support.c  |4 +-
>  cpu/mpc83xx/config.mk |2 +-
>  cpu/mpc83xx/cpu_init.c|2 +-
>  cpu/mpc83xx/speed.c   |   66 ++--
>  doc/README.mpc832xemds|6 +-
>  doc/README.mpc8349itx |2 +-
>  doc/README.mpc8360emds|2 +-
>  doc/README.mpc837xemds|4 +-
>  doc/README.mpc837xerdb|4 +-
>  drivers/pci/pci_auto.c|2 +-
>  include/asm-ppc/fsl_lbc.h |4 +-
>  include/asm-ppc/global_data.h |   18 
>  include/asm-ppc/immap_83xx.h  |6 +-
>  include/asm-ppc/immap_qe.h|2 +-
>  include/asm-ppc/mpc8xxx_spi.h |4 +-
>  include/asm-ppc/processor.h   |4 +-
>  include/asm-ppc/u-boot.h  |2 +-
>  include/common.h  |8 ++--
>  include/configs/MPC8313ERDB.h |4 +-
>  include/configs/MPC8315ERDB.h |4 +-
>  include/configs/MPC8323ERDB.h |4 +-
>  include/configs/MPC832XEMDS.h |4 +-
>  include/configs/MPC8349EMDS.h |4 +-
>  include/configs/MPC8349ITX.h  |2 +-
>  include/configs/MPC8360EMDS.h |2 +-
>  include/configs/MPC8360ERDK.h |2 +-
>  include/configs/MPC837XEMDS.h |4 +-
>  include/configs/MPC837XERDB.h |4 +-
>  include/configs/MVBLM7.h  |4 +-
>  include/configs/SIMPC8313.h   |4 +-
>  include/configs/TQM834x.h |4 +-
>  include/configs/kmeter1.h |2 +-
>  include/configs/sbc8349.h |4 +-
>  include/fdt_support.h |2 +-
>  include/mpc83xx.h |   36 
>  include/tsec.h|2 +-
>  lib_ppc/board.c   |8 ++--
>  40 files changed, 124 insertions(+), 124 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
No one wants war.
-- Kirk, "Errand of Mercy", stardate 3201.7
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot