fixes for tyan

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2004-03-12 15:13:38 +00:00
parent a40a17c50c
commit e4fc0ab250
31 changed files with 1017 additions and 600 deletions

View File

@@ -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);