Evgeny Zinoviev uploaded patch set #4 to this change.

View Change

Documentation: Use correct KiB/MiB units instead of KB/MB

Fix a common mistake of using KB/MB where KiB/MiB is what actually is meant.

1 MB = (10^3)^2 = 1000000
1 MiB = (2^10)^2 = 1048576

Change-Id: I78327652b6c6526318071a9d4bafd7ec279ea614
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
---
M Documentation/ifdtool/layout.md
M Documentation/mainboard/facebook/monolith.md
M Documentation/mainboard/hp/8760w.md
M Documentation/mainboard/intel/kblrvp11.md
M Documentation/mainboard/lenovo/montevina_series.md
M Documentation/mainboard/lenovo/t440p.md
M Documentation/mainboard/msi/ms7707/ms7707.md
M Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md
8 files changed, 21 insertions(+), 21 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/39685/4

To view, visit change 39685. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I78327652b6c6526318071a9d4bafd7ec279ea614
Gerrit-Change-Number: 39685
Gerrit-PatchSet: 4
Gerrit-Owner: Evgeny Zinoviev <me@ch1p.io>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset