summaryrefslogtreecommitdiff
path: root/util/ec_sb_firmware_update.h
diff options
context:
space:
mode:
authorSheng-Liang Song <ssl@chromium.org>2015-05-22 17:44:23 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-30 02:11:11 +0000
commit7a54beba504af6177720e52f9c1ff7e35ec17d2e (patch)
treee34d8487a91ebffde23c2ad8266ead06fdc97af8 /util/ec_sb_firmware_update.h
parentebc3b8b93c43f09d39a6273fffa5e65b231724b8 (diff)
downloadchrome-ec-7a54beba504af6177720e52f9c1ff7e35ec17d2e.tar.gz
sb_firmware: fixed the last write delays
BUG=chrome-os-partner:40569 BRANCH=none TEST=Begin 1. Install noraml linux images 2. Connected Battery which is having old firmware(100) 3. power on DUT and goto crosh (In normal mode) 4. run "battery_firmware update " 5. Remove AC to interrupt the update 6. Power OFF and power on the DUT again 7. Now seen critical firmware update screen. 8. Reboot around 4 min. 9. See login window. End Change-Id: I2090cfa9200a7402a5fba2e111073dd1d7e7b422 Signed-off-by: Sheng-liang Song <ssl@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/273660 Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'util/ec_sb_firmware_update.h')
-rw-r--r--util/ec_sb_firmware_update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ec_sb_firmware_update.h b/util/ec_sb_firmware_update.h
index 7dcd6802fa..6673ba99cf 100644
--- a/util/ec_sb_firmware_update.h
+++ b/util/ec_sb_firmware_update.h
@@ -121,6 +121,6 @@ enum sb_maker_id {
*/
#define SB_FW_UPDATE_ERROR_RETRY_CNT 2
#define SB_FW_UPDATE_FEC_ERROR_RETRY_CNT 2
-#define SB_FW_UPDATE_BUSY_ERROR_RETRY_CNT 9
+#define SB_FW_UPDATE_BUSY_ERROR_RETRY_CNT 4
#endif