[U-Boot] [PATCH 0/4] Fix gcc warnings on MIPS 64 bit

daniel.schwierzeck at gmail.com daniel.schwierzeck at gmail.com
Sun Sep 16 18:55:02 CEST 2012


From: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

This series fixes the first bunch of gcc warnings appearing
when compiling for MIPS 64 bit.

For testing purposes all patches are also queued in branch testing at
git://git.denx.de/u-boot-mips.git. The support for MIPS64 and qemu_mips64
is already included.


Daniel Schwierzeck (4):
  lib: vsprintf.c: fix checkpath.pl warnings
  lib: vsprintf.c: replace NUM_TYPE with s64/u64 types
  common: cmd_elf.c: fix checkpath.pl warnings
  common: cmd_elf.c: use uintptr_t for casts from u32 to void*

 common/cmd_elf.c | 137 ++++++++++++++++++++++++++++---------------------------
 lib/vsprintf.c   | 134 +++++++++++++++++++++++++++++++----------------------
 2 files changed, 149 insertions(+), 122 deletions(-)

-- 
1.7.11.3



More information about the U-Boot mailing list