mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
Fix typos
Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -315,7 +315,7 @@ static int32_t enable_pins(bool enable)
|
||||
/* De-assert and assert CS in one operation. */
|
||||
static void pluck_cs(uint8_t *ptr)
|
||||
{
|
||||
/* This was measured to give a minumum deassertion time of 2.25 us,
|
||||
/* This was measured to give a minimum deassertion time of 2.25 us,
|
||||
* >20x more than needed for most SPI chips (100ns). */
|
||||
int delay_cnt = 2;
|
||||
if (stored_delay_us) {
|
||||
|
Reference in New Issue
Block a user