]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: Fix warnings with gcc 4.6
authorSimon Glass <sjg@chromium.org>
Sun, 8 Jun 2014 04:07:58 +0000 (22:07 -0600)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:27:05 +0000 (16:27 -0400)
commitddc94378db9fe0c9076512768b3576e0fdc580dd
tree8b88de08afadcdcc7f723940ce1f2a8c2291860a
parent34e4a2ec0ad95cea910094e33761bddf56ad7fc0
m68k: Fix warnings with gcc 4.6

Most of the warnings seem to be related to using 'int' for size_t. Change
this and fix up the remaining warnings and problems. For bootm, the warning
was masked by others, and there is an actual bug in the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/m68k/cpu/mcf532x/cpu_init.c
arch/m68k/include/asm/posix_types.h
arch/m68k/lib/bootm.c
board/astro/mcf5373l/fpga.c
board/astro/mcf5373l/mcf5373l.c
drivers/fpga/altera.c
drivers/fpga/xilinx.c