Skip to content
  • Stefan Roese's avatar
    mip405.c: Fix GCC 4.6 build warnings · 4233fafe
    Stefan Roese authored
    
    
    Fix:
    mip405.c: In function 'init_sdram':
    mip405.c:250:4: warning: variable 'tctp_clocks' set but not used [-Wunused-but-set-variable]
    mip405.c: In function 'initdram':
    mip405.c:629:9: warning: variable 'ds' set but not used [-Wunused-but-set-variable]
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    4233fafe