]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: spd_sdram - fix gcc 4.6 compiler warning
authorKim Phillips <kim.phillips@freescale.com>
Tue, 15 Nov 2011 22:59:51 +0000 (22:59 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:40:26 +0000 (21:40 +0100)
commit9da752e97f6546b66af6b250b43af164521a0138
treecca119c21ba9e1e09782bd967dffea31f2ef3bd5
parent986bb0e6a0c24fe1678b437be838986068a49644
mpc83xx: spd_sdram - fix gcc 4.6 compiler warning

Configuring for sbc8349 board...
spd_sdram.c: In function 'spd_sdram':
spd_sdram.c:152:41: warning: variable 'trfc_high' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
arch/powerpc/cpu/mpc83xx/spd_sdram.c