Merge git://git.denx.de/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / common / image.c
index 89b3ef6..0f88984 100644 (file)
@@ -561,7 +561,7 @@ void genimg_print_size(uint32_t size)
        printf("%d Bytes = ", size);
        print_size(size, "\n");
 #else
-       printf("%d Bytes = %.2f kB = %.2f MB\n",
+       printf("%d Bytes = %.2f KiB = %.2f MiB\n",
                        size, (double)size / 1.024e3,
                        (double)size / 1.048576e6);
 #endif