commit | 35ad58d8211aadc3850ac9f90cb3b1e6658faf3d | [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 | 97a2e10dc8595d2b4d8ef1726a202e48f7e74a41 [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>