diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2012-09-16 06:55:06 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:53:46 -0700 |
commit | b0d60a981230a1ebfc10387702894a8d85a0e686 (patch) | |
tree | cadef64bafa9231cfde473f90aa18266864180a3 /board/atmel | |
parent | 62e03d33c91ab2f8b4bc8a75e3f4796e65fd07a2 (diff) |
common: cmd_elf.c: use uintptr_t for casts from u32 to void*
This fixes warnings when compiling with ELDK-5.2.1 for MIPS64:
cmd_elf.c: In function 'load_elf_image_phdr':
cmd_elf.c:289:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cmd_elf.c: In function 'load_elf_image_shdr':
cmd_elf.c:343:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cmd_elf.c:346:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'board/atmel')
0 files changed, 0 insertions, 0 deletions