mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Fix whitespace errors
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
2
jedec.c
2
jedec.c
@ -68,7 +68,7 @@ void toggle_ready_jedec(const struct flashctx *flash, chipaddr dst)
|
||||
* The Winbond W39V040C wants 50 ms between reads on sector erase toggle,
|
||||
* but experiments show that 2 ms are already enough. Pick a safety factor
|
||||
* of 4 and use an 8 ms delay.
|
||||
* Given that erase is slow on all chips, it is recommended to use
|
||||
* Given that erase is slow on all chips, it is recommended to use
|
||||
* toggle_ready_jedec_slow in erase functions.
|
||||
*/
|
||||
static void toggle_ready_jedec_slow(const struct flashctx *flash, chipaddr dst)
|
||||
|
Reference in New Issue
Block a user