summaryrefslogtreecommitdiff
path: root/board/earthlcd/favr-32-ezkit/favr-32-ezkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/earthlcd/favr-32-ezkit/favr-32-ezkit.c')
-rw-r--r--board/earthlcd/favr-32-ezkit/favr-32-ezkit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/earthlcd/favr-32-ezkit/favr-32-ezkit.c b/board/earthlcd/favr-32-ezkit/favr-32-ezkit.c
index 22b6981..da69e75 100644
--- a/board/earthlcd/favr-32-ezkit/favr-32-ezkit.c
+++ b/board/earthlcd/favr-32-ezkit/favr-32-ezkit.c
@@ -75,7 +75,7 @@ phys_size_t initdram(int board_type)
unmap_physmem(sdram_base, EBI_SDRAM_SIZE);
if (expected_size != actual_size)
- printf("Warning: Only %u of %u MiB SDRAM is working\n",
+ printf("Warning: Only %lu of %lu MiB SDRAM is working\n",
actual_size >> 20, expected_size >> 20);
return actual_size;