commit | ea5def646e850ee29a340126875007c9c5ed5e9a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 09 07:14:44 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 14 15:23:41 2020 -0700 |
tree | 140ce14d38fcb4a65dd542b061b3ad7a932dca4e | |
parent | 97208d9eee8edca2b3fdee29af598851f573a2e7 [diff] |
cros_ec: Increase command timeout for flash erase Erasing the flash can take over a second on some devices and the EC is not responsive during this time. Update the timeout to 5 seconds to cope with this. Signed-off-by: Simon Glass <sjg@chromium.org>