From e4fc0ab250bd88ad8833a90d9338fd5b35881ebc Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 12 Mar 2004 15:13:38 +0000 Subject: fixes for tyan git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/rom_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream/rom_stream.c') diff --git a/src/stream/rom_stream.c b/src/stream/rom_stream.c index 41dd0a45d5..5ac4cd9dbe 100644 --- a/src/stream/rom_stream.c +++ b/src/stream/rom_stream.c @@ -17,7 +17,7 @@ int stream_init(void) { rom = rom_start; - printk_spew("%6d:%s() - rom_stream: 0x%08lx - 0x%08lx\n", + printk_debug("%6d:%s() - rom_stream: 0x%08lx - 0x%08lx\n", __LINE__, __FUNCTION__, (unsigned long)rom_start, (unsigned long)rom_end); -- cgit v1.2.3