aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/norwich/romstage.c')
-rw-r--r--src/mainboard/amd/norwich/romstage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/amd/norwich/romstage.c b/src/mainboard/amd/norwich/romstage.c
index 1cc020fd41..ff6621964f 100644
--- a/src/mainboard/amd/norwich/romstage.c
+++ b/src/mainboard/amd/norwich/romstage.c
@@ -19,6 +19,7 @@
*/
#include <stdint.h>
+#include <stdlib.h>
#include <device/pci_def.h>
#include <arch/io.h>
#include <device/pnp_def.h>
@@ -88,7 +89,7 @@ void main(unsigned long bist)
pll_reset(ManualConf);
- cpuRegInit();
+ cpuRegInit(0, DIMM0, DIMM1, DRAM_TERMINATED);
sdram_initialize(1, memctrl);