aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/winent/pl6064/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/winent/pl6064/romstage.c')
-rw-r--r--src/mainboard/winent/pl6064/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/winent/pl6064/romstage.c b/src/mainboard/winent/pl6064/romstage.c
index becd698c0a..cd615efa4b 100644
--- a/src/mainboard/winent/pl6064/romstage.c
+++ b/src/mainboard/winent/pl6064/romstage.c
@@ -86,9 +86,6 @@ void main(unsigned long bist)
sdram_initialize(1, memctrl);
- /* Check memory. */
- /* ram_check(0x00000000, 640 * 1024); */
-
/* Memory is setup. Return to cache_as_ram.inc and continue to boot. */
return;
}