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:
parent
decdb3c647
commit
420593e74d
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue