From bfdc56231b91b8a2d8a40d87821dd6d0d8392515 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 22 Mar 2004 04:24:29 +0000 Subject: return to debug git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1461 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/ram/ramtest.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ram') diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c index e38787d867..af77fcc386 100644 --- a/src/ram/ramtest.c +++ b/src/ram/ramtest.c @@ -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"); } -- cgit v1.2.3