mbox

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

Message ID 559505B5.40500@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Daniel Schwierzeck July 2, 2015, 9:34 a.m. UTC
Hi Tom,

please pull two bugfixes for MIPS


The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01
15:38:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to b11c5d1dc29e81326d1215011d19377737082aeb:

  MIPS: change 'extern inline' to 'static inline' (2015-07-02 11:29:33
+0200)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: change 'extern inline' to 'static inline'

Tony Wu (1):
      MIPS: fix missing semicolon in cacheops.h

 arch/mips/include/asm/cacheops.h |  2 +-
 arch/mips/include/asm/io.h       | 12 ++++++------
 arch/mips/include/asm/system.h   |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

Comments

Tom Rini July 10, 2015, 12:55 p.m. UTC | #1
On Thu, Jul 02, 2015 at 11:34:45AM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two bugfixes for MIPS
> 
> 
> The following changes since commit 891b487098ee2169a16b1bbb354aaef28aa90630:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-07-01
> 15:38:12 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to b11c5d1dc29e81326d1215011d19377737082aeb:
> 
>   MIPS: change 'extern inline' to 'static inline' (2015-07-02 11:29:33
> +0200)
> 

Applied to u-boot/master, thanks!