fixed warning
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1269 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
86a17433e3
commit
54d4e65163
|
@ -227,7 +227,6 @@ unsigned long write_linuxbios_table(
|
||||||
struct mem_range *ramp;
|
struct mem_range *ramp;
|
||||||
struct lb_header *head;
|
struct lb_header *head;
|
||||||
struct lb_memory *mem;
|
struct lb_memory *mem;
|
||||||
struct lb_record *rec_dest, *rec_src;
|
|
||||||
|
|
||||||
head = lb_table_init(low_table_end);
|
head = lb_table_init(low_table_end);
|
||||||
low_table_end = (unsigned long)head;
|
low_table_end = (unsigned long)head;
|
||||||
|
|
Loading…
Reference in New Issue