]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mip405.c: Fix GCC 4.6 build warnings
authorStefan Roese <sr@denx.de>
Tue, 15 Nov 2011 08:03:39 +0000 (08:03 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:17:58 +0000 (21:17 +0100)
commit4233fafe9e190fa57db6ca913978b02789bc98f7
tree1b89f3f901eaf272920519bafa65b781addf37ee
parent80b68f70fd528ec8292847dc634f16eb65b45de3
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>
board/mpl/mip405/mip405.c