[U-Boot] [PATCH 1/1] common/image.c: prefixes for binary multiples

Simon Glass sjg at chromium.org
Sat Jan 14 18:13:21 CET 2017


On 4 January 2017 at 05:45, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> IEC 80000-13:2008 Quantities and units
> Part 13: Information science and technology
>
> defines the prefixes to use for binary multiples.
>
> Instead of writing
> Data Size:    6726132 Bytes = 6568.49 kB = 6.41 MB
> in dumpimage we should write
> Data Size:    6726132 Bytes = 6568.49 KiB = 6.41 MiB.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  common/image.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Ah, progress. I think :-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list