fix warnings, shadowed declarations and style guide violations (all trivial)
[coreboot.git] / src / arch / i386 / boot / tables.c
index b9c1f3f7ef5f48ca1ac61aaa4aff346be99b798a..470afe82c1ef19b6460c2f9b7735f446bf64480f 100644 (file)
@@ -75,7 +75,7 @@ struct lb_memory *write_tables(void)
         * low and the high area, so payloads and OSes don't need to know about
         * the high tables.
         */
-       unsigned long high_table_start, high_table_end=0;
+       unsigned long high_table_start=0, high_table_end=0;
 
        if (high_tables_base) {
                printk_debug("High Tables Base is %llx.\n", high_tables_base);