aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms6119/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/msi/ms6119/romstage.c')
-rw-r--r--src/mainboard/msi/ms6119/romstage.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/msi/ms6119/romstage.c b/src/mainboard/msi/ms6119/romstage.c
index 809f1f6709..1d34bd9cd0 100644
--- a/src/mainboard/msi/ms6119/romstage.c
+++ b/src/mainboard/msi/ms6119/romstage.c
@@ -39,8 +39,5 @@ void mainboard_romstage_entry(unsigned long bist)
report_bist_failure(bist);
enable_smbus();
- dump_spd_registers();
- sdram_set_registers();
- sdram_set_spd_registers();
- sdram_enable();
+ sdram_initialize();
}