attila-v has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/86085?usp=email )
Change subject: Add more delay time for jlink power on feature to stabilize the LDO and the decoupling capacitors ......................................................................
Add more delay time for jlink power on feature to stabilize the LDO and the decoupling capacitors
Change-Id: Ic2dd94e99ac6ffa17a009b8488ce027698ae2c28 --- M jlink_spi.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/85/86085/1
diff --git a/jlink_spi.c b/jlink_spi.c index 447629c..7558676 100644 --- a/jlink_spi.c +++ b/jlink_spi.c @@ -466,7 +466,7 @@ }
/* Wait some time until the target is powered up. */ - internal_sleep(10000); + internal_sleep(100000); }
struct jaylink_hardware_status hwstat;