X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Flippert%2Fliterunner-lx%2Fromstage.c;h=afe5bd7c091e200a3a4b43947afb9e688a6ce11c;hb=0d5a6accc84530d44f35ba4f3a74b370a1f88f86;hp=714411c57df4cd047afcbb3b3cb2cd0953d028a8;hpb=7411eabcdb544205316dfa90e7e708b4b0495074;p=coreboot.git diff --git a/src/mainboard/lippert/literunner-lx/romstage.c b/src/mainboard/lippert/literunner-lx/romstage.c index 714411c57..afe5bd7c0 100644 --- a/src/mainboard/lippert/literunner-lx/romstage.c +++ b/src/mainboard/lippert/literunner-lx/romstage.c @@ -197,9 +197,6 @@ void main(unsigned long bist) sdram_initialize(1, memctrl); - /* Check memory. */ - /* ram_check(0, 640 * 1024); */ - /* Memory is setup. Return to cache_as_ram.inc and continue to boot. */ return; }