aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/frontrunner/romstage.c')
-rw-r--r--src/mainboard/lippert/frontrunner/romstage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/lippert/frontrunner/romstage.c b/src/mainboard/lippert/frontrunner/romstage.c
index 1d63e49243..0abdde4372 100644
--- a/src/mainboard/lippert/frontrunner/romstage.c
+++ b/src/mainboard/lippert/frontrunner/romstage.c
@@ -127,8 +127,4 @@ void main(unsigned long bist)
outb( temp, 0x4F);
temp = inb(0x4F); //watchdog function. Make sure to let the other Bits unchanged!
print_debug_hex8(temp);print_debug("\n");
- /* Check all of memory */
-// ram_check(0, 16384);
- ram_check(0x20000, 0x24000);
-// ram_check(0x00000000, 640*1024);
}