mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
2595fddb26
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> |
||
---|---|---|
.. | ||
adciop | ||
apc405 | ||
ar405 | ||
ash405 | ||
canbt | ||
cms700 | ||
common | ||
cpci2dp | ||
cpci405 | ||
cpci750 | ||
cpci5200 | ||
cpciiser4 | ||
dasa_sim | ||
dp405 | ||
du405 | ||
du440 | ||
hh405 | ||
hub405 | ||
mecp5123 | ||
mecp5200 | ||
meesc | ||
ocrtc | ||
otc570 | ||
pci405 | ||
pf5200 | ||
plu405 | ||
pmc405 | ||
pmc405de | ||
pmc440 | ||
tasreg | ||
vme8349 | ||
voh405 | ||
vom405 | ||
wuh405 |