
14 Jan
2017
14 Jan
'17
6:13 p.m.
On 4 January 2017 at 05:45, Heinrich Schuchardt xypron.glpk@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@gmx.de
common/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Ah, progress. I think :-)
Reviewed-by: Simon Glass sjg@chromium.org