From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 9 Mar 2016 12:01:35 +0100 Subject: [U-Boot] [GIT PULL] u-boot-mips/master Message-ID: <56E0028F.7020805@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)