diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2020-03-20 02:57:00 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-09 07:47:41 +0000 |
commit | d2b3961fdc951f2dbbec22c7dce68fc0337112cc (patch) | |
tree | 4a849a94f9975806b361dfc3b7b7e3596159b212 /Documentation/mainboard/hp | |
parent | 7ac6ae95ca50335152fb2d979ca97f799fb07d4d (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39685
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/mainboard/hp')
-rw-r--r-- | Documentation/mainboard/hp/8760w.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mainboard/hp/8760w.md b/Documentation/mainboard/hp/8760w.md index 071d35e251..857a1d9558 100644 --- a/Documentation/mainboard/hp/8760w.md +++ b/Documentation/mainboard/hp/8760w.md @@ -36,7 +36,7 @@ checkout the [code on gerrit] to build coreboot for the laptop. ## Flashing instructions -HP EliteBook 8760w has an 8MB SOIC-8 flash chip on the bottom of the +HP EliteBook 8760w has an 8 MiB SOIC-8 flash chip on the bottom of the mainboard. You just need to remove the service cover, and use an SOIC-8 clip to read and flash the chip. |