Author: stepan
Date: 2009-04-22 14:38:23 +0200 (Wed, 22 Apr 2009)
New Revision: 4176

Modified:
   trunk/coreboot-v2/src/arch/i386/boot/boot.c
Log:
drop unused variable.

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/coreboot-v2/src/arch/i386/boot/boot.c
===================================================================
--- trunk/coreboot-v2/src/arch/i386/boot/boot.c 2009-04-22 12:35:57 UTC (rev 
4175)
+++ trunk/coreboot-v2/src/arch/i386/boot/boot.c 2009-04-22 12:38:23 UTC (rev 
4176)
@@ -73,12 +73,10 @@
        extern unsigned char _ram_seg, _eram_seg;
        unsigned long lb_start, lb_size;
        unsigned long adjust, adjusted_boot_notes;
-       unsigned long type;
 
        elf_boot_notes.hdr.b_checksum = 
                compute_ip_checksum(&elf_boot_notes, sizeof(elf_boot_notes));
 
-       type = 0x0E1FB007;
        lb_start = (unsigned long)&_ram_seg;
        lb_size = (unsigned long)(&_eram_seg - &_ram_seg);
        adjust = buffer + lb_size - lb_start;


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to