mbox

[U-Boot,GIT,PULL] microblaze fixes

Message ID e212e587-053b-426f-8289-a6f17456ee4c@BN1BFFO11FD056.protection.gbl
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Michal Simek Sept. 10, 2014, 8:28 a.m. UTC
Hi Tom,

please add these two patch to your tree.

Thanks,
Michal

The following changes since commit 0b703dbcee7103f07804d0a4328d1593355c4324:

  patman: Fix detection of git version (2014-09-05 13:40:43 -0600)

are available in the git repository at:

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

for you to fetch changes up to 1a7ae2585410cdd6d88713bcd941463370aacd2e:

  microblaze: remove #ident directive to fix build error (2014-09-10 10:26:58 +0200)

----------------------------------------------------------------
Masahiro Yamada (1):
      microblaze: remove #ident directive to fix build error

Vasili Galka (1):
      microblaze: Fix printf size_t format related warnings (again...)

 arch/microblaze/include/asm/posix_types.h | 4 ++++
 include/systemace.h                       | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

Comments

Tom Rini Sept. 10, 2014, 12:29 p.m. UTC | #1
On Wed, Sep 10, 2014 at 10:28:03AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please add these two patch to your tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit 0b703dbcee7103f07804d0a4328d1593355c4324:
> 
>   patman: Fix detection of git version (2014-09-05 13:40:43 -0600)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> for you to fetch changes up to 1a7ae2585410cdd6d88713bcd941463370aacd2e:
> 
>   microblaze: remove #ident directive to fix build error (2014-09-10 10:26:58 +0200)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (1):
>       microblaze: remove #ident directive to fix build error
> 
> Vasili Galka (1):
>       microblaze: Fix printf size_t format related warnings (again...)
> 
>  arch/microblaze/include/asm/posix_types.h | 4 ++++
>  include/systemace.h                       | 1 -
>  2 files changed, 4 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!