commit | ddc94378db9fe0c9076512768b3576e0fdc580dd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jun 07 22:07:58 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:27:05 2014 -0400 |
tree | 8b88de08afadcdcc7f723940ce1f2a8c2291860a | |
parent | 34e4a2ec0ad95cea910094e33761bddf56ad7fc0 [diff] |
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>