Remove some warnings, mainly from format strings which didn't match the
[coreboot.git] / src / southbridge / nvidia / ck804 / ck804_lpc.c
index 577d9f74e6d4a95a431e1a051d9f027dac41489a..89b6f8cec2594b2e5415b2f40675721aecba4a7d 100644 (file)
@@ -314,7 +314,7 @@ static void ck804_lpc_enable_childrens_resources(device_t dev)
                                                continue;
                                        base = res->base;
                                        end = resource_end(res);
-                                       printk_debug("ck804 lpc decode:%s, base=0x%08x, end=0x%08x\r\n", dev_path(child), base, end);
+                                       printk_debug("ck804 lpc decode:%s, base=0x%08lx, end=0x%08lx\r\n", dev_path(child), base, end);
                                        switch (base) {
                                        case 0x3f8:     // COM1
                                                reg |= (1 << 0);