summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoran Ancevski <zoran.ancevski@seavus.com>2011-11-17 13:29:45 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:38:55 +0200
commitcd7cf159f607fc4e9e0d62eec70de0f892c367ea (patch)
treea203a952d1e9b39f988277f97014ef7359ce7163
parente5812923ee1ae1298cb9ebf8a095cc62367a399c (diff)
Fix flashing stability
ST-Ericsson ID: 374618 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I90074ddf7bca008f8f34777b749dc5bb44346d24 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/38143 Reviewed-by: QABUILD Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
-rw-r--r--lcmodule/source/LCM.rc6
-rw-r--r--lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c2
-rw-r--r--source/LCDriver.rc6
3 files changed, 6 insertions, 8 deletions
diff --git a/lcmodule/source/LCM.rc b/lcmodule/source/LCM.rc
index c967e4c..34fffa4 100644
--- a/lcmodule/source/LCM.rc
+++ b/lcmodule/source/LCM.rc
@@ -69,15 +69,15 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "Build date: 2011-10-19"
+ VALUE "Comments", "Build date: 2011-11-17"
VALUE "CompanyName", "STEricsson AB"
VALUE "FileDescription", "LCDriver Dynamic Link Library"
VALUE "FileVersion", "1, 0, 0, 1"
VALUE "InternalName", "Loader Communication Driver"
VALUE "LegalCopyright", "Copyright (C) STEricsson AB 2011"
- VALUE "PrivateBuild", "Change-Id:If5b3c993739f93276e2a76b012a1852d687ad746"
+ VALUE "PrivateBuild", "Change-Id: I90074ddf7bca008f8f34777b749dc5bb44346d24"
VALUE "ProductName", "CXA1104507 Loader Communication Module"
- VALUE "ProductVersion", "R1V"
+ VALUE "ProductVersion", "PX1"
END
END
BLOCK "VarFileInfo"
diff --git a/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c b/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
index e6227b2..1d776c6 100644
--- a/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
+++ b/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
@@ -270,7 +270,6 @@ uint32 Do_R15_Bulk_DestroyVector(const Communication_t *const Communication_p, T
uint32 ReturnValue = E_SUCCESS;
uint32 Counter;
int BuffersNr = 0;
- R15_Outbound_t *Out_p = &(R15_NETWORK(Communication_p)->Outbound);
if (NULL == Communication_p) {
return BULK_ERROR;
@@ -319,7 +318,6 @@ uint32 Do_R15_Bulk_DestroyVector(const Communication_t *const Communication_p, T
BulkVector_p->ChunkSize = 0;
BulkVector_p->Offset = 0;
BulkVector_p->State = BULK_IDLE_STATE;
- Out_p->State = SEND_IDLE;
return ReturnValue;
}
diff --git a/source/LCDriver.rc b/source/LCDriver.rc
index 4d6b2e5..7eff992 100644
--- a/source/LCDriver.rc
+++ b/source/LCDriver.rc
@@ -81,15 +81,15 @@ BEGIN
BEGIN
BLOCK "000904b0"
BEGIN
- VALUE "Comments", "Build date: 2011-10-19"
+ VALUE "Comments", "Build date: 2011-11-17"
VALUE "CompanyName", "STEricsson AB"
VALUE "FileDescription", "LCDriver Dynamic Link Library"
VALUE "FileVersion", "1, 0, 0, 1"
VALUE "InternalName", "Loader Communication Driver"
VALUE "LegalCopyright", "Copyright (C) STEricsson AB 2011"
- VALUE "PrivateBuild", "Change-Id: If5b3c993739f93276e2a76b012a1852d687ad746"
+ VALUE "PrivateBuild", "Change-Id: I90074ddf7bca008f8f34777b749dc5bb44346d24"
VALUE "ProductName", "CXC 173 0865, LCDriver DLL"
- VALUE "ProductVersion", "R1T"
+ VALUE "ProductVersion", "PU1"
END
END
BLOCK "VarFileInfo"