commit | 1377bffa86ecfeb06f2f9141e2015af04b2b1dbf | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Wed Jan 04 14:04:44 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 15:37:59 2017 -0500 |
tree | ce1f7da1f87714f4cbc5df898c480600557a11a7 | |
parent | 67dfde32442c9addc946f69e37ce272f324fbf81 [diff] |
common/image.c: Use correct suffixes for binary sizes IEC 80000-13:2008 Quantities and units Part 13: Information science and technology defines the prefixes to use for binary multiples. So 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@gmx.de>