]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pip405.c: Fix GCC 4.6 build warnings
authorStefan Roese <sr@denx.de>
Tue, 15 Nov 2011 08:03:45 +0000 (08:03 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:18:12 +0000 (21:18 +0100)
commit4e11c3519381368a1d84c6ec4f9fad7cc6116f0a
tree1d694f45687c6e29025b6570616871a891c17fa1
parent4233fafe9e190fa57db6ca913978b02789bc98f7
pip405.c: Fix GCC 4.6 build warnings

Fix:
pip405.c: In function 'board_early_init_f':
pip405.c:192:16: warning: variable 'tctp_clocks' set but not used [-Wunused-but-set-variable]
pip405.c:182:16: warning: variable 'dataout' set but not used [-Wunused-but-set-variable]

Signed-off-by: Stefan Roese <sr@denx.de>
board/mpl/pip405/pip405.c