Skip to content
  • Simon Glass's avatar
    m68k: Fix warnings with gcc 4.6 · ddc94378
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    ddc94378