Remove some warnings, mainly from format strings which didn't match the
[coreboot.git] / src / arch / i386 / boot / tables.c
index 5201010f019bca25c7262303fde0d5c73157e87f..efe6dee383113c8c552a753dacb38c03a601f624 100644 (file)
@@ -92,7 +92,7 @@ struct lb_memory *write_tables(void)
                        mpc_start &= ~1023;
                        rom_table_start = mpc_start;
                }
-               printk_debug("move mptable from 0x%0x to 0x%0x, size 0x%0x\n", low_table_end, mpc_start, mptable_size);
+               printk_debug("move mptable from 0x%0lx to 0x%0x, size 0x%0x\n", low_table_end, mpc_start, mptable_size);
                memcpy((unsigned char *)mpc_start, (unsigned char *)low_table_end, mptable_size);
                smp_write_floating_table_physaddr(low_table_end - SMP_FLOATING_TABLE_LEN, mpc_start);
                memset((unsigned char *)low_table_end, '\0', mptable_size);