
From: Daniel Schwierzeck daniel.schwierzeck@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(-)