Re: [U-Boot] [PATCH 1/3] mpc83xx: spd_sdram - fix gcc 4.6 compiler warning

2011-11-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <1321433993-2488-1-git-send-email-kim.phill...@freescale.com> you wrote: > 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:

[U-Boot] [PATCH 1/3] mpc83xx: spd_sdram - fix gcc 4.6 compiler warning

2011-11-16 Thread Kim Phillips
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 --- arch/powerpc/cpu/mpc83xx/spd_sdram.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)