return to debug
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1461 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7ebb9e9eb8
commit
bfdc56231b
|
@ -93,13 +93,13 @@ void ram_check(unsigned long start, unsigned long stop)
|
|||
* test than a "Is my DRAM faulty?" test. Not all bits
|
||||
* are tested. -Tyson
|
||||
*/
|
||||
print_err("Testing DRAM : ");
|
||||
print_err_hex32(start);
|
||||
print_err("-");
|
||||
print_err_hex32(stop);
|
||||
print_err("\r\n");
|
||||
print_debug("Testing DRAM : ");
|
||||
print_debug_hex32(start);
|
||||
print_debug("-");
|
||||
print_debug_hex32(stop);
|
||||
print_debug("\r\n");
|
||||
ram_fill(start, stop);
|
||||
ram_verify(start, stop);
|
||||
print_err("Done.\r\n");
|
||||
print_debug("Done.\r\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue