mbox

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

Message ID 56E0028F.7020805@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Daniel Schwierzeck March 9, 2016, 11:01 a.m. UTC
Hi Tom,

two fixes for MIPS:
- fix a build error on Travis CI for pic32mzdask board
- fix cache op for toolchains not supporting __builtin_mips_cache()

please consider pulling, thanks


The following changes since commit deff6fb3a7790e93264292982000275e78bb12e5:

  malloc: remove !gd handling (2016-03-08 15:01:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to 40a09be2e925e6e4b56a236fec5aed2c002e9d6f:

  MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=y (2016-03-09 11:54:01 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=y

Matthias Schiffer (1):
      MIPS: fix mips_cache fallback without __builtin_mips_cache

 arch/mips/include/asm/cacheops.h | 2 +-
 configs/pic32mzdask_defconfig    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini March 10, 2016, 4:01 p.m. UTC | #1
On Wed, Mar 09, 2016 at 12:01:35PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> two fixes for MIPS:
> - fix a build error on Travis CI for pic32mzdask board
> - fix cache op for toolchains not supporting __builtin_mips_cache()
> 
> please consider pulling, thanks
> 
> 
> The following changes since commit deff6fb3a7790e93264292982000275e78bb12e5:
> 
>   malloc: remove !gd handling (2016-03-08 15:01:47 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 40a09be2e925e6e4b56a236fec5aed2c002e9d6f:
> 
>   MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=y (2016-03-09 11:54:01 +0100)
> 

Applied to u-boot/master, thanks!