commit | 660031ea086bf0f1ca51be7ef00dc69381aec546 | [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 | f44e5b467f7ddbde67c434c9680436dbb4413993 [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>