diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-03-15 23:40:30 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-03-15 23:40:30 +0000 |
commit | 426da0bc45d95aad6a22ab058496b07e91340855 (patch) | |
tree | debbceeb2c797ee5064e79d5be5dba920c29006b /src/mainboard/lippert/frontrunner/auto.c | |
parent | fb7f4cf410cc427c6cfd8e2382c3622b97695508 (diff) | |
download | coreboot-426da0bc45d95aad6a22ab058496b07e91340855.tar.xz |
stupid svn failed.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2201 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/frontrunner/auto.c')
-rw-r--r-- | src/mainboard/lippert/frontrunner/auto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/lippert/frontrunner/auto.c b/src/mainboard/lippert/frontrunner/auto.c index de98c531a2..a4843023b1 100644 --- a/src/mainboard/lippert/frontrunner/auto.c +++ b/src/mainboard/lippert/frontrunner/auto.c @@ -129,7 +129,6 @@ static void main(unsigned long bist) /* Check all of memory */ // ram_check(0, 16384); ram_check(0x20000, 0x24000); - print_err("Let's go loopy\n"); - ram_check(0x00000000, 640*1024); +// ram_check(0x00000000, 640*1024); } |