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>
This commit is contained in:
Nicholas Sudsgaard 2023-10-27 19:14:00 +09:00 committed by Felix Singer
parent 8c4674ee37
commit 9f5902f7e9
1 changed files with 1 additions and 1 deletions

View File

@ -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. utility folder that can be used to generate final firmware images (i.e.
`coreboot.rom`) formatted by Flashmap. `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: informal language description:
``` ```