commit | 4233fafe9e190fa57db6ca913978b02789bc98f7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Nov 15 08:03:39 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Nov 16 21:17:58 2011 +0100 |
tree | 1b89f3f901eaf272920519bafa65b781addf37ee | |
parent | 80b68f70fd528ec8292847dc634f16eb65b45de3 [diff] |
mip405.c: Fix GCC 4.6 build warnings 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: Stefan Roese <sr@denx.de>