From 51001fbd81543d738a07cd36063fe5705eeff3ad Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 4 Mar 2009 01:06:41 +0000 Subject: I just went on a bugfix frenzy and fixed all printk format warnings triggered by the AMD 690/SB600 targets. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3970 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/device.c') diff --git a/src/devices/device.c b/src/devices/device.c index 804665968f..a66969d9b7 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -358,7 +358,7 @@ void compute_allocate_resource( base += size; printk_spew( - "%s %02x * [0x%08Lx - 0x%08Lx] %s\n", + "%s %02lx * [0x%08Lx - 0x%08Lx] %s\n", dev_path(dev), resource->index, resource->base, -- cgit v1.2.3