mbox

[U-Boot] PPC: MPC5xxx Pull request

Message ID 20130624203506.D21D6380DDB@gemini.denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Wolfgang Denk June 24, 2013, 8:35 p.m. UTC
Dear Tom,

The following changes since commit e1208c2fe5e07f9a248cfbf9bbb212aa34ad2806:

  MIPS: asm/errno.h: switch to asm-generic/errno.h (2013-06-08 23:10:10 +0200)

are available in the git repository at:

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

for you to fetch changes up to 6c5001d5429bed52c25cbfc1ed6e244beced3ed5:

  ac14xx: rephrase network boot config for development (2013-06-24 22:29:05 +0200)

----------------------------------------------------------------
Gerhard Sittig (7):
      ac14xx: fix a potential NULL deref in diagnostics
      ac14xx: cleanup comments in the board support
      ac14xx: minor improvement in diagnostics
      ac14xx: re-order the recovery condition checks
      ac14xx: remove obsolete board config items
      ac14xx: use the official product name everywhere
      ac14xx: rephrase network boot config for development

 board/ifm/ac14xx/ac14xx.c | 50 +++++++++++++++++++++++++----------------------
 include/configs/ac14xx.h  | 28 +++++++++++---------------
 2 files changed, 38 insertions(+), 40 deletions(-)


Note that these patches are strictly local to a single board
configuration, and a build test did not show any issues, so I think
these patches are OK even in the current stage of the release cycle -
but of course the final decision is up to you.

Best regards,

Wolfgang Denk

Comments

Tom Rini June 25, 2013, 7:53 p.m. UTC | #1
On Mon, Jun 24, 2013 at 10:35:06PM +0200, Wolfgang Denk wrote:

> Dear Tom,
> 
> The following changes since commit e1208c2fe5e07f9a248cfbf9bbb212aa34ad2806:
> 
>   MIPS: asm/errno.h: switch to asm-generic/errno.h (2013-06-08 23:10:10 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc5xxx master
> 
> for you to fetch changes up to 6c5001d5429bed52c25cbfc1ed6e244beced3ed5:
> 
>   ac14xx: rephrase network boot config for development (2013-06-24 22:29:05 +0200)
> 
> ----------------------------------------------------------------
> Gerhard Sittig (7):
>       ac14xx: fix a potential NULL deref in diagnostics
>       ac14xx: cleanup comments in the board support
>       ac14xx: minor improvement in diagnostics
>       ac14xx: re-order the recovery condition checks
>       ac14xx: remove obsolete board config items
>       ac14xx: use the official product name everywhere
>       ac14xx: rephrase network boot config for development
> 
>  board/ifm/ac14xx/ac14xx.c | 50 +++++++++++++++++++++++++----------------------
>  include/configs/ac14xx.h  | 28 +++++++++++---------------
>  2 files changed, 38 insertions(+), 40 deletions(-)
> 
> 
> Note that these patches are strictly local to a single board
> configuration, and a build test did not show any issues, so I think
> these patches are OK even in the current stage of the release cycle -
> but of course the final decision is up to you.

Applied to u-boot/master, thanks!