mbox

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

Message ID CABMQnVJiNu_L86byeNQ0hsM_aGhcozLDDaj=8e4x+zLN87PAZQ@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 March 14, 2014, 6:15 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 2e50f6dccb3eeb1a20993c9da73fe355da35cf04:

  kbuild: delete *.pyc files by "make distclean" (2014-03-12 17:05:00 -0400)

are available in the git repository at:

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

for you to fetch changes up to 194ba5d4ecb2ad1195333cc7453f291e5b316479:

  sh: ecovec: correct romImage address in comment (2014-03-14 14:50:28 +0900)

----------------------------------------------------------------
Baruch Siach (2):
      sh: fix PFC registers definition for SH772{2, 3, 4}
      sh: ecovec: correct romImage address in comment

 arch/sh/include/asm/cpu_sh7722.h     | 5 +++--
 arch/sh/include/asm/cpu_sh7723.h     | 5 +++--
 arch/sh/include/asm/cpu_sh7724.h     | 5 +++--
 board/renesas/ecovec/lowlevel_init.S | 2 +-
 4 files changed, 10 insertions(+), 7 deletions(-)

Comments

Tom Rini March 14, 2014, 8:24 p.m. UTC | #1
On Fri, Mar 14, 2014 at 03:15:27PM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh master branch.
> 
> The following changes since commit 2e50f6dccb3eeb1a20993c9da73fe355da35cf04:
> 
>   kbuild: delete *.pyc files by "make distclean" (2014-03-12 17:05:00 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 194ba5d4ecb2ad1195333cc7453f291e5b316479:
> 
>   sh: ecovec: correct romImage address in comment (2014-03-14 14:50:28 +0900)
> 
> ----------------------------------------------------------------
> Baruch Siach (2):
>       sh: fix PFC registers definition for SH772{2, 3, 4}
>       sh: ecovec: correct romImage address in comment
> 
>  arch/sh/include/asm/cpu_sh7722.h     | 5 +++--
>  arch/sh/include/asm/cpu_sh7723.h     | 5 +++--
>  arch/sh/include/asm/cpu_sh7724.h     | 5 +++--
>  board/renesas/ecovec/lowlevel_init.S | 2 +-
>  4 files changed, 10 insertions(+), 7 deletions(-)

Applied to u-boot/master, thanks!