u-boot-brain/board/esd/cpci750
Wolfgang Denk 2595fddb26 board/esd/cpci750/sdram_init.c: Fix GCC 4.6 build warnings
Fix:
sdram_init.c: In function 'check_dimm':
sdram_init.c:267:50: warning: variable 'trrd_clocks' set but not used
[-Wunused-but-set-variable]
sdram_init.c:267:37: warning: variable 'tras_clocks' set but not used
[-Wunused-but-set-variable]
sdram_init.c:267:24: warning: variable 'trcd_clocks' set but not used
[-Wunused-but-set-variable]
sdram_init.c:267:8: warning: variable 'trp_clocks' set but not used
[-Wunused-but-set-variable]
sdram_init.c:253:16: warning: variable 'spd_checksum' set but not used
[-Wunused-but-set-variable]
sdram_init.c: In function 'initdram':
sdram_init.c:1693:14: warning: variable 's1' set but not used
[-Wunused-but-set-variable]
sdram_init.c:1693:6: warning: variable 's0' set but not used
[-Wunused-but-set-variable]

Biggest part o the fix is converting the custom debug code to standard
debug().

No attempts were made to cleanup the code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2011-11-16 21:10:50 +01:00
..
64360.h CPCI750 board support added 2004-12-16 18:21:17 +00:00
cpci750.c board/esd/cpci750/cpci750.c: Fix error handling 2011-11-16 21:05:47 +01:00
eth.h CPCI750 board support added 2004-12-16 18:21:17 +00:00
i2c.c cpci750: i2c cleanup 2009-06-12 20:39:45 +02:00
i2c.h CPCI750 board support added 2004-12-16 18:21:17 +00:00
ide.c board/esd/cpci750/ide.c: fix compile warning 2009-09-15 00:13:15 +02:00
local.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
misc.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mpsc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mpsc.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mv_eth.c Rename getenv_r() into getenv_f() 2010-08-04 00:45:36 +02:00
mv_eth.h CPCI750: fix compile problem 2009-07-18 15:05:44 +02:00
mv_regs.h CPCI750 board support added 2004-12-16 18:21:17 +00:00
pci.c 74xx_7xx: CPCI750: Add CPCI adapter/target support 2009-06-12 20:47:18 +02:00
sdram_init.c board/esd/cpci750/sdram_init.c: Fix GCC 4.6 build warnings 2011-11-16 21:10:50 +01:00
serial.c board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 10:39:10 -05:00
serial.h CPCI750 board support added 2004-12-16 18:21:17 +00:00