[U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze

Nathan Rossi nathan at nathanrossi.com
Fri Nov 6 10:25:04 CET 2015


This patch series fixes some issues with some MicroBlaze functions and
declarations that are not compatible with newer C standards (e.g. C99) this
includes the default C standard set by the GCC 5.x compiler (which is gnu11 by
default).

This series is split into two patches, the first patch being some code style
clean up, followed by the patch that fixes the compatiblity.

Nathan Rossi (2):
  microblaze: Fix style issues in header files
  microblaze: Fix C99/gnu99 compatiblity for inline functions

 arch/microblaze/include/asm/bitops.h | 63 ++++++++++++------------------------
 arch/microblaze/include/asm/system.h |  2 +-
 2 files changed, 22 insertions(+), 43 deletions(-)

-- 
2.6.2



More information about the U-Boot mailing list