[i945] Add SPD adress mapping
[coreboot.git] / src / mainboard / intel / d945gclf / romstage.c
index f7056737dc462b7181c670a490d461456afb463d..6dfc1444bdc3fc3102a0de0b9a61761f426f6a54 100644 (file)
@@ -243,7 +243,7 @@ void main(unsigned long bist)
        dump_spd_registers();
 #endif
 
-       sdram_initialize(boot_mode);
+       sdram_initialize(boot_mode, NULL);
 
        /* Perform some initialization that must run before stage2 */
        early_ich7_init();