Cycle time at CAS Latency (CLX - 2) is at 25 in DDR2 SPD, not at 26
authorFlorian Zumbiehl <florz@florz.de>
Tue, 1 Nov 2011 19:17:12 +0000 (20:17 +0100)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 7 Nov 2011 10:40:55 +0000 (11:40 +0100)
Change-Id: Ic77854130ad43715daa7c0eb462291db48df9f84
Signed-off-by: Florian Zumbiehl <florz@florz.de>
Reviewed-on: http://review.coreboot.org/370
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/northbridge/amd/amdk8/raminit_f.c

index 319293b7ed61e9f138efeb6e261d57040e8ab19e..dc3addbe87e505b02aa6ae393fa3bc28ab85af2c 100644 (file)
@@ -1446,7 +1446,7 @@ static long spd_enable_2channels(const struct mem_controller *ctrl, struct mem_i
                18,     /* *Supported CAS Latencies */
                9,      /* *Cycle time at highest CAS Latency CL=X */
                23,     /* *Cycle time at CAS Latency (CLX - 1) */
-               26,     /* *Cycle time at CAS Latency (CLX - 2) */
+               25,     /* *Cycle time at CAS Latency (CLX - 2) */
        };
        u32 dcl, dcm;
        u8 common_cl;