mbox

[U-Boot,GIT,PULL] u-boot-mips/master

Message ID CACUy__XXThBma5qsk3pncx=rF90HXYGhx7DD36sXK7Oa7g5-+g@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Daniel Schwierzeck Nov. 27, 2012, 11:19 p.m. UTC
Hi Tom,

please pull a fix for MIPS timers.

Thanks,
Daniel


The following changes since commit 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2012-11-19
09:28:04 -0700)

are available in the git repository at:


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

for you to fetch changes up to 8ab36d2e5490ea7bd5a39fd65210533a6c478e28:

  MIPS: do not initialize timestamp variable before relocate_code
(2012-11-25 21:50:43 +0100)

----------------------------------------------------------------
Zhi-zhou Zhang (1):
      MIPS: do not initialize timestamp variable before relocate_code

 arch/mips/cpu/mips32/time.c | 1 -
 arch/mips/cpu/mips64/time.c | 1 -
 2 files changed, 2 deletions(-)

Comments

Tom Rini Nov. 28, 2012, 1:04 p.m. UTC | #1
On Wed, Nov 28, 2012 at 12:19:39AM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull a fix for MIPS timers.
> 
> Thanks,
> Daniel
> 
> 
> The following changes since commit 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2012-11-19
> 09:28:04 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 8ab36d2e5490ea7bd5a39fd65210533a6c478e28:
> 
>   MIPS: do not initialize timestamp variable before relocate_code
> (2012-11-25 21:50:43 +0100)
> 
> ----------------------------------------------------------------
> Zhi-zhou Zhang (1):
>       MIPS: do not initialize timestamp variable before relocate_code
> 
>  arch/mips/cpu/mips32/time.c | 1 -
>  arch/mips/cpu/mips64/time.c | 1 -
>  2 files changed, 2 deletions(-)

Applied to u-boot/master, thanks!