]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c
40x_spd_sdram.c: Fix GCC 4.6 build warnings
authorStefan Roese <sr@denx.de>
Tue, 15 Nov 2011 08:02:37 +0000 (08:02 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:15:59 +0000 (21:15 +0100)
commit4a1272662adf5970ebd78ab7590d970f621e05ec
tree638a1de923303fa2c64f80d0a60a380f5cdb61ac
parentdeeecb7c7edc2ea7e7dda6742ed221cdd6fa3ba2
40x_spd_sdram.c: Fix GCC 4.6 build warnings

Fix:
40x_spd_sdram.c: In function 'spd_sdram':
40x_spd_sdram.c:137:6: warning: variable 'sdram0_b3cr' set but not used [-Wunused-but-set-variable]
40x_spd_sdram.c:136:6: warning: variable 'sdram0_b2cr' set but not used [-Wunused-but-set-variable]
40x_spd_sdram.c:129:6: warning: variable 'sdram0_ecccfg' set but not used [-Wunused-but-set-variable]

Signed-off-by: Stefan Roese <sr@denx.de>
arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c