This fixes a shadowed declaration in multiboot.c. -- Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."
Signed-off-by: Robert Millan <[email protected]> Index: src/arch/i386/boot/multiboot.c =================================================================== --- src/arch/i386/boot/multiboot.c (revision 4031) +++ src/arch/i386/boot/multiboot.c (working copy) @@ -78,10 +78,8 @@ 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);
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

