mbox

[U-Boot] Please pull u-boot-ppc4xx/master

Message ID 53D21EF3.3050809@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-ppc4xx.git

Message

Stefan Roese July 25, 2014, 9:10 a.m. UTC
Hi Tom!

Please pull the following 2 patches from Dirk:

The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:

  m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git 

for you to fetch changes up to d9f923ffcb60be6817cff37c76e21faede8d2819:

  board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards (2014-07-25 10:55:49 +0200)

----------------------------------------------------------------
Dirk Eibach (2):
      ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARD
      board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards

 arch/powerpc/cpu/ppc4xx/cpu_init.c | 4 ++--
 include/configs/controlcenterd.h   | 2 ++
 include/configs/dlvision-10g.h     | 1 +
 include/configs/dlvision.h         | 1 +
 include/configs/gdppc440etx.h      | 1 +
 include/configs/intip.h            | 1 +
 include/configs/io.h               | 1 +
 include/configs/io64.h             | 1 +
 include/configs/iocon.h            | 1 +
 include/configs/neo.h              | 1 +
 10 files changed, 12 insertions(+), 2 deletions(-)

Comments

Tom Rini July 28, 2014, 9:48 p.m. UTC | #1
On Fri, Jul 25, 2014 at 11:10:11AM +0200, Stefan Roese wrote:

> Hi Tom!
> 
> Please pull the following 2 patches from Dirk:
> 
> The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:
> 
>   m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git 
> 
> for you to fetch changes up to d9f923ffcb60be6817cff37c76e21faede8d2819:
> 
>   board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards (2014-07-25 10:55:49 +0200)
> 
> ----------------------------------------------------------------
> Dirk Eibach (2):
>       ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARD
>       board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards
> 
>  arch/powerpc/cpu/ppc4xx/cpu_init.c | 4 ++--
>  include/configs/controlcenterd.h   | 2 ++
>  include/configs/dlvision-10g.h     | 1 +
>  include/configs/dlvision.h         | 1 +
>  include/configs/gdppc440etx.h      | 1 +
>  include/configs/intip.h            | 1 +
>  include/configs/io.h               | 1 +
>  include/configs/io64.h             | 1 +
>  include/configs/iocon.h            | 1 +
>  include/configs/neo.h              | 1 +
>  10 files changed, 12 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!