summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7505
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/e7505')
-rw-r--r--src/northbridge/intel/e7505/romstage.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/northbridge/intel/e7505/romstage.c b/src/northbridge/intel/e7505/romstage.c
index df10f9dbcf..d997ee19a8 100644
--- a/src/northbridge/intel/e7505/romstage.c
+++ b/src/northbridge/intel/e7505/romstage.c
@@ -8,10 +8,9 @@
void mainboard_romstage_entry(void)
{
- /* Perform some early chipset initialization required
- * before RAM initialization can work
- */
+ /* FIXME: Keep until flashed bootblock has these. */
i82801dx_early_init();
+ i82801dx_lpc_setup();
sdram_initialize();