aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via/pc2500e/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/via/pc2500e/romstage.c')
-rw-r--r--src/mainboard/via/pc2500e/romstage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/via/pc2500e/romstage.c b/src/mainboard/via/pc2500e/romstage.c
index 3aa599bb49..657b3cde6b 100644
--- a/src/mainboard/via/pc2500e/romstage.c
+++ b/src/mainboard/via/pc2500e/romstage.c
@@ -63,14 +63,9 @@ void main(unsigned long bist)
it8716f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
uart_init();
console_init();
-
enable_smbus();
smbus_fixup(&ctrl);
-
- /* Halt if there was a built-in self test failure. */
report_bist_failure(bist);
-
ddr_ram_setup(&ctrl);
-
/* ram_check(0, 640 * 1024); */
}