mbox

[U-Boot] Pull request: u-boot-sh/master

Message ID CABMQnV+kO49v7T3V2BgV7jzR6MZ=WvihsOBCFfPu8fGCvzpxpA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu Nov. 30, 2012, 6:07 a.m. UTC
Hi Tom,

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:

  Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
06:41:56 -0700)

are available in the git repository at:


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

for you to fetch changes up to 7c791b3f0a8e42f8012f782ef56ad6e88858e7c4:

  serial: serial_sh: bugfix: autoboot fails if serial console is not
connected (2012-11-30 15:06:05 +0900)

----------------------------------------------------------------
Tetsuyuki Kobayashi (1):
      serial: serial_sh: bugfix: autoboot fails if serial console is
not connected

Yoshihiro Shimoda (1):
      sh: fix trigger_address_error()

 arch/sh/include/asm/system.h |    2 +-
 drivers/serial/serial_sh.c   |   20 +++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

Comments

Tom Rini Dec. 3, 2012, 1:43 p.m. UTC | #1
On Fri, Nov 30, 2012 at 03:07:05PM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull u-boot-sh master branch.
> 
> Best regards,
>   Nobuhiro
> 
> The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
> 06:41:56 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-sh master
> 
> for you to fetch changes up to 7c791b3f0a8e42f8012f782ef56ad6e88858e7c4:
> 
>   serial: serial_sh: bugfix: autoboot fails if serial console is not
> connected (2012-11-30 15:06:05 +0900)
> 
> ----------------------------------------------------------------
> Tetsuyuki Kobayashi (1):
>       serial: serial_sh: bugfix: autoboot fails if serial console is
> not connected
> 
> Yoshihiro Shimoda (1):
>       sh: fix trigger_address_error()
> 
>  arch/sh/include/asm/system.h |    2 +-
>  drivers/serial/serial_sh.c   |   20 +++++++++++++-------
>  2 files changed, 14 insertions(+), 8 deletions(-)

Applied to u-boot/master, thanks!