mbox

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

Message ID CABMQnVJ27OyfJL3rfva9P0TpqeUxUQ-PnMGOetX95HXMkUj2_w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu July 24, 2014, 3:11 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh master branch.

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://git.denx.de/u-boot-sh.git master

for you to fetch changes up to afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2:

  sh: unify sh2/sh3/sh4 linker scripts (2014-07-24 12:02:23 +0900)

----------------------------------------------------------------
Masahiro Yamada (1):
      sh: unify sh2/sh3/sh4 linker scripts

 arch/sh/cpu/sh2/u-boot.lds       | 76
----------------------------------------------------------------------------
 arch/sh/cpu/sh4/u-boot.lds       | 80
--------------------------------------------------------------------------------
 arch/sh/cpu/{sh3 => }/u-boot.lds |  8 ++++----
 3 files changed, 4 insertions(+), 160 deletions(-)
 delete mode 100644 arch/sh/cpu/sh2/u-boot.lds
 delete mode 100644 arch/sh/cpu/sh4/u-boot.lds
 rename arch/sh/cpu/{sh3 => }/u-boot.lds (95%)

Comments

Tom Rini July 25, 2014, 7:04 p.m. UTC | #1
On Thu, Jul 24, 2014 at 12:11:15PM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh master branch.
> 
> 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://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2:
> 
>   sh: unify sh2/sh3/sh4 linker scripts (2014-07-24 12:02:23 +0900)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (1):
>       sh: unify sh2/sh3/sh4 linker scripts
> 
>  arch/sh/cpu/sh2/u-boot.lds       | 76
> ----------------------------------------------------------------------------
>  arch/sh/cpu/sh4/u-boot.lds       | 80
> --------------------------------------------------------------------------------
>  arch/sh/cpu/{sh3 => }/u-boot.lds |  8 ++++----
>  3 files changed, 4 insertions(+), 160 deletions(-)
>  delete mode 100644 arch/sh/cpu/sh2/u-boot.lds
>  delete mode 100644 arch/sh/cpu/sh4/u-boot.lds
>  rename arch/sh/cpu/{sh3 => }/u-boot.lds (95%)

Applied to u-boot/master, thanks!