]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/atmel/atstk1000/atstk1000.c
Merge branch 'eth-cleanup' of git://git.denx.de/u-boot-avr32
[people/ms/u-boot.git] / board / atmel / atstk1000 / atstk1000.c
index 496c6a8114276338c59419d2fb86d4c613916770..915b1c35393a706c6e1f1bf7ee7e426b8088b9cb 100644 (file)
@@ -104,7 +104,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;