From 8f8a18906b8280645a5ee560de78b00799eef767 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 2 Jun 2014 17:18:45 +0200 Subject: fix format specifiers Signed-off-by: Sascha Hauer --- common/uimage.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/uimage.c') diff --git a/common/uimage.c b/common/uimage.c index 243dfb0df5..4ef09682c1 100644 --- a/common/uimage.c +++ b/common/uimage.c @@ -353,7 +353,9 @@ static int uimage_sdram_flush(void *buf, unsigned int len) uimage_resource = request_sdram_region("uimage", start, size); if (!uimage_resource) { - printf("unable to request SDRAM 0x%08x-0x%08x\n", + printf("unable to request SDRAM " + PRINTF_CONVERSION_RESOURCE "-" + PRINTF_CONVERSION_RESOURCE "\n", start, start + size - 1); return -ENOMEM; } -- cgit v1.2.3