commit | 8f6db4b7abb72938cb89d12b221698eb29cf2940 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Nov 15 08:02:11 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Nov 16 21:15:07 2011 +0100 |
tree | a1906f2fc8deb91037dd5598d77971c6875b4c1a | |
parent | fe91a65707e9a62deefd82618f3c4c292009bbba [diff] |
4xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warnings Fix: 4xx_ibm_ddr2_autocalib.c: In function 'get_membase': 4xx_ibm_ddr2_autocalib.c:157:8: warning: variable 'bxcf' set but not used [-Wunused-but-set-variable] 4xx_ibm_ddr2_autocalib.c: In function 'DQS_calibration_methodB': 4xx_ibm_ddr2_autocalib.c:722:8: warning: variable 'rffd' set but not used [-Wunused-but-set-variable] Signed-off-by: Stefan Roese <sr@denx.de>