[i945] Add SPD adress mapping
[coreboot.git] / src / mainboard / ibase / mb899 / romstage.c
index d3a029961acf7b4d25670c11215f6936239b958d..e248a27d003b21ff086b9d7fd232488a01269048 100644 (file)
@@ -283,7 +283,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();