summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorNicholas Sudsgaard <devel+coreboot@nsudsgaard.com>2023-10-27 19:14:00 +0900
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-10-28 14:30:46 +0000
commit9f5902f7e97ad601d25b518645288e3cbcd2cc60 (patch)
tree879d5dfd8a62dc56c283b65b7a2e04009c63a228 /Documentation
parent8c4674ee37c3446e7cf4dd81101e6eaa3d5fc690 (diff)
downloadcoreboot-9f5902f7e97ad601d25b518645288e3cbcd2cc60.tar.gz
coreboot-9f5902f7e97ad601d25b518645288e3cbcd2cc60.tar.bz2
coreboot-9f5902f7e97ad601d25b518645288e3cbcd2cc60.zip
doc/lib/flashmap: Fix incorrect path to FMD implementation
Change-Id: I6864cd041d7173cd284f47d09f4388341a7ee756 Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78690 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lib/flashmap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md
index f0816cf493f9..580de712a54c 100644
--- a/Documentation/lib/flashmap.md
+++ b/Documentation/lib/flashmap.md
@@ -73,7 +73,7 @@ compiler](https://chromium-review.googlesource.com/#/c/255031) inside coreboot
utility folder that can be used to generate final firmware images (i.e.
`coreboot.rom`) formatted by Flashmap.
-The FMD implementation is in coreboot `utils/cbfstool` folder. Here's an
+The FMD implementation is in coreboot `util/cbfstool` folder. Here's an
informal language description:
```