commit | 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Sep 05 14:40:29 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 07 01:26:13 2008 +0200 |
tree | 8828ebe561992f114a67a31c89c4a601f9a96c16 | |
parent | d1e2319414ea5218ba801163e4530ecf2dfcbf36 [diff] |
Fix compiler warning in mpc8xxx ddr code ctrl_regs.c: In function 'compute_fsl_memctl_config_regs': ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function ctrl_regs.c:523: note: 'caslat' was declared here Add a warning in DDR1 case if cas_latency isn't a value we know about. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>