aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Basse <fbasse@qti.qualcomm.com>2016-12-24 18:55:56 +0100
committerFrédéric Basse <fbasse@qti.qualcomm.com>2016-12-24 18:55:56 +0100
commitaa40b07450d6f8c78729ff1c70011a18aaf61700 (patch)
treee6b5aae198d7436f9a7a7075ce19ba0bc197ee04
parent259f5f89732131cfb423c2f1802d804e718e9dfd (diff)
downloadexternal_heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.gz
external_heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.bz2
external_heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.zip
allow higher timeout when switching to t-flash due to sd card initialization
-rw-r--r--heimdall/source/FlashAction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/FlashAction.cpp b/heimdall/source/FlashAction.cpp
index 3a9b180..a3ab85b 100644
--- a/heimdall/source/FlashAction.cpp
+++ b/heimdall/source/FlashAction.cpp
@@ -398,7 +398,7 @@ static bool setTFlashMode(BridgeManager *bridgeManager)
}
TFlashModeResponse *tFlashModeResponse = new TFlashModeResponse();
- success = bridgeManager->ReceivePacket(tFlashModeResponse);
+ success = bridgeManager->ReceivePacket(tFlashModeResponse, 5000);
unsigned int result = tFlashModeResponse->GetResult();
delete tFlashModeResponse;