mbox

[U-Boot] Pull request - microblaze

Message ID 4F46224C.8010507@monstr.eu
State Accepted
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git master

Message

Michal Simek Feb. 23, 2012, 11:26 a.m. UTC
Dear Wolfgang,

please pull the following changes.
Especially the first patch is important because it fixes build error.

Thanks,
Michal


The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-mmc

are available in the git repository at:

   git://www.denx.de/git/u-boot-microblaze.git master

Stephan Linz (3):
       microblaze: fix build failure due to undefined reference to `get_ticks'
       microblaze: avoid interrupt race conditions
       microblaze: Enable TFTP put command

  arch/microblaze/cpu/interrupts.c     |    4 ++--
  arch/microblaze/cpu/timer.c          |   18 ++++++++++++++++++
  include/configs/microblaze-generic.h |    1 +
  3 files changed, 21 insertions(+), 2 deletions(-)

Comments

Wolfgang Denk Feb. 26, 2012, 9:20 p.m. UTC | #1
Dear Michal Simek,

In message <4F46224C.8010507@monstr.eu> you wrote:
> Dear Wolfgang,
> 
> please pull the following changes.
> Especially the first patch is important because it fixes build error.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-mmc
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git master
> 
> Stephan Linz (3):
>        microblaze: fix build failure due to undefined reference to `get_ticks'
>        microblaze: avoid interrupt race conditions
>        microblaze: Enable TFTP put command
> 
>   arch/microblaze/cpu/interrupts.c     |    4 ++--
>   arch/microblaze/cpu/timer.c          |   18 ++++++++++++++++++
>   include/configs/microblaze-generic.h |    1 +
>   3 files changed, 21 insertions(+), 2 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk