diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-11-19 13:12:16 +0000 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2011-11-23 08:14:27 +0100 |
commit | 6859ea740e0cb5f96bf3da328e9d4904dc925eae (patch) | |
tree | cf078b9ee00061cef465e54e5c5febd23c224dae /board/genietv | |
parent | 90729c023898bab4fb5f7225678a6dc45dfc46c2 (diff) | |
download | u-boot-imx-6859ea740e0cb5f96bf3da328e9d4904dc925eae.zip u-boot-imx-6859ea740e0cb5f96bf3da328e9d4904dc925eae.tar.gz u-boot-imx-6859ea740e0cb5f96bf3da328e9d4904dc925eae.tar.bz2 |
board/mx1ads/syncflash.c: Fix GCC 4.6 warnings
Fix:
syncflash.c: In function 'SF_SR':
syncflash.c:60:10: warning: variable 'tmp1' set but not used
[-Wunused-but-set-variable]
syncflash.c: In function 'SF_PrechargeAll':
syncflash.c:96:6: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
mx1ads.c: In function 'board_early_init_f':
mx1ads.c:83:24: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
syncflash.c: In function 'SF_Erase':
syncflash.c:112:6: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
syncflash.c: In function 'flash_init':
syncflash.c:155:6: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/genietv')
0 files changed, 0 insertions, 0 deletions