From 27dbe11fcbce28d204f7241e645bb61e05f75262 Mon Sep 17 00:00:00 2001 From: Arnie97 Date: Mon, 23 May 2022 19:18:12 +0800 Subject: [PATCH] Fix dead link (#3518) The header files were moved into `include` in the commit https://review.coreboot.org/plugins/gitiles/flashrom/+/87d7b110d6ed6d4ef0b61e777f2fee3c10808f0b --- docs/flash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flash.md b/docs/flash.md index 0a4fe91c..42d5aad3 100644 --- a/docs/flash.md +++ b/docs/flash.md @@ -86,4 +86,4 @@ If this data gets corrupted or you are upgrading major SDK versions, then the fi The easiest way to determine the flash capacity is to load the firmware and then `print(node.info'hw'.flash_size)` which reports the flash size in Kb. Alternatively, if you want to determine the capacity of the flash chip _before_ a firmware is installed then you can run the following command. This will return a 2 hex digit **Manufacturer** ID and a 4 digit **Device** ID and the detected flash size. `esptool.py --port flash_id` -The chip ID can then be looked up in . +The chip ID can then be looked up in .