mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 06:10:13 +00:00
ti-tps6598x: remove the delay on write
Speed up the write by removing the delay after SFWd write: - 100ms (current): 3m 16s - no delays: 1m 45s
This commit is contained in:
parent
9e22e9c12f
commit
c446211b10
@ -617,7 +617,6 @@ fu_ti_tps6598x_device_write_chunks(FuTiTps6598xDevice *self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* update progress */
|
/* update progress */
|
||||||
g_usleep(100 * 1000);
|
|
||||||
fu_progress_step_done(progress);
|
fu_progress_step_done(progress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user