This fixes a shadowed declaration in multiboot.c.

Signed-off-by: Robert Millan <rmh@aybabtu.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4034 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Robert Millan 2009-03-31 14:11:19 +00:00 committed by Stefan Reinauer
parent decdb3c647
commit 420593e74d
1 changed files with 0 additions and 2 deletions

View File

@ -78,10 +78,8 @@ unsigned long write_multiboot_info(
unsigned long low_table_start, unsigned long low_table_end,
unsigned long rom_table_start, unsigned long rom_table_end)
{
struct multiboot_info *mbi;
int i;
mbi = (struct multiboot_info *)rom_table_end;
memset(mbi, 0, sizeof(*mbi));
rom_table_end += sizeof(*mbi);