diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-04-26 02:14:06 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-04-26 02:14:06 +0000 |
commit | 2c791ce2c104b529be4485b8480a2ad85ec32d51 (patch) | |
tree | 616dd86b48d4915f112cf9477bc2b1d0eba71b97 /src/stream/rom_stream.c | |
parent | 501eb25247a86a76ca84ac31c10c40384b6fde95 (diff) |
- Minor bug fixes
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream/rom_stream.c')
-rw-r--r-- | src/stream/rom_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/rom_stream.c b/src/stream/rom_stream.c index 20b7686c84..41dd0a45d5 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_spew("%6d:%s() - rom_stream: 0x%08lx - 0x%08lx\n", __LINE__, __FUNCTION__, (unsigned long)rom_start, (unsigned long)rom_end); |