summaryrefslogtreecommitdiffstats
path: root/Documentation/mainboard/facebook
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.com>2020-03-20 02:57:00 +0300
committerPatrick Georgi <pgeorgi@google.com>2021-02-09 07:47:41 +0000
commitd2b3961fdc951f2dbbec22c7dce68fc0337112cc (patch)
tree4a849a94f9975806b361dfc3b7b7e3596159b212 /Documentation/mainboard/facebook
parent7ac6ae95ca50335152fb2d979ca97f799fb07d4d (diff)
downloadcoreboot-d2b3961fdc951f2dbbec22c7dce68fc0337112cc.tar.gz
coreboot-d2b3961fdc951f2dbbec22c7dce68fc0337112cc.tar.bz2
coreboot-d2b3961fdc951f2dbbec22c7dce68fc0337112cc.zip
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/facebook')
-rw-r--r--Documentation/mainboard/facebook/monolith.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mainboard/facebook/monolith.md b/Documentation/mainboard/facebook/monolith.md
index 022a4e5ef11b..0ed692c39ba7 100644
--- a/Documentation/mainboard/facebook/monolith.md
+++ b/Documentation/mainboard/facebook/monolith.md
@@ -41,8 +41,8 @@ These can be extracted from the original flash image as follows:
00003000:006FFFFF me
00001000:00002fff gbe
```
-3) Use `ifdtool -n <layout_file> <flash_image>` to resize the *bios* region from the default 6MB
- to 9 MB, this is required to create sufficient space for LinuxBoot.
+3) Use `ifdtool -n <layout_file> <flash_image>` to resize the *bios* region from the default 6 MiB
+ to 9 MiB, this is required to create sufficient space for LinuxBoot.
NOTE: Please make sure only the firmware descriptor (*fd*) region is changed. Older versions
of the ifdtool corrupt the *me* region.
4) Use `ifdtool -x <resized_flash_image>` to extract the components.