- Minor bug fixes

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman
2003-04-26 02:14:06 +00:00
parent 501eb25247
commit 2c791ce2c1
3 changed files with 62 additions and 10 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_spew("%6d:%s() - rom_stream: 0x%08lx - 0x%08lx\n",
__LINE__, __FUNCTION__,
(unsigned long)rom_start,
(unsigned long)rom_end);