commit | 9f3dd7037db6739cb62f96315c716868fa9ff7c6 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Wed Sep 17 12:34:45 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Sep 22 21:48:07 2008 +0200 |
tree | 8e65a674a93929742363d9fb5c051e75639f4d58 | |
parent | 2c04bc33e5adcd6f574cd551182f00fc1076035c [diff] |
socrates: fix crash after relocation Currently U-Boot crashes after relocation to RAM. Changing the CPO value of the DDR SDRAM TIMING_CFG_2 register to READ_LAT + 1 (to the value it was before conversion of socrates to new DDR code) fixes the problem. Signed-off-by: Anatolij Gustschin <agust@denx.de>