aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5qpl-am/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p5qpl-am/romstage.c')
-rw-r--r--src/mainboard/asus/p5qpl-am/romstage.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/asus/p5qpl-am/romstage.c b/src/mainboard/asus/p5qpl-am/romstage.c
index 00ab127c67..13e0364b3f 100644
--- a/src/mainboard/asus/p5qpl-am/romstage.c
+++ b/src/mainboard/asus/p5qpl-am/romstage.c
@@ -23,10 +23,8 @@
#include <cpu/intel/romstage.h>
#include <superio/winbond/w83627dhg/w83627dhg.h>
#include <superio/winbond/common/winbond.h>
-#include <lib.h>
#include <northbridge/intel/x4x/iomap.h>
#include <device/pnp_def.h>
-#include <timestamp.h>
#include <halt.h>
#include <cpu/intel/speedstep.h>
#include <cpu/x86/msr.h>
@@ -171,12 +169,7 @@ void mainboard_romstage_entry(unsigned long bist)
halt();
}
- printk(BIOS_DEBUG, "Initializing memory\n");
- timestamp_add_now(TS_BEFORE_INITRAM);
sdram_initialize(boot_path, spd_addrmap);
- timestamp_add_now(TS_AFTER_INITRAM);
- quick_ram_check();
- printk(BIOS_DEBUG, "Memory initialized\n");
x4x_late_init(s3_resume);