aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r--src/northbridge/intel/sandybridge/raminit_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/intel/sandybridge/raminit_common.c b/src/northbridge/intel/sandybridge/raminit_common.c
index 0f42b6f461..d66a0f0ed3 100644
--- a/src/northbridge/intel/sandybridge/raminit_common.c
+++ b/src/northbridge/intel/sandybridge/raminit_common.c
@@ -854,7 +854,7 @@ void dram_mrscommands(ramctr_timing *ctrl)
/* DRAM command ZQCS */
IOSAV_SUBSEQUENCE(channel, 0,
IOSAV_ZQCS, 0,
- 1, 36, 101, SSQ_NA,
+ 1, 4, 101, SSQ_NA,
0, 6, 0, slotrank,
0, 0, 0, 0, 31, 0, 0, 0);
@@ -1976,7 +1976,7 @@ int write_training(ramctr_timing *ctrl)
/* DRAM command ZQCS */
IOSAV_SUBSEQUENCE(channel, 0,
IOSAV_ZQCS, 0,
- 1, 36, 101, SSQ_NA,
+ 1, 4, 101, SSQ_NA,
0, 6, 0, 0,
0, 0, 0, 0, 31, 0, 0, 0);
@@ -2935,7 +2935,7 @@ int channel_test(ramctr_timing *ctrl)
/* DRAM command ACT */
IOSAV_SUBSEQUENCE(channel, 0,
IOSAV_ACT, 1,
- 4, 40, 40, SSQ_NA,
+ 4, 8, 40, SSQ_NA,
0, 6, 0, slotrank,
0, 0, 1, 0, 18, 0, 0, 0);