[Feature][T108][task-view-1505] after fota the oemapp mount fail

Only Configure: No
Affected branch: GSW_V1453
Affected module: FOTA
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no

Change-Id: I4d96b014c22a0701178376331522b0f6f2ba763c
diff --git a/marvell/services/ota/otad.c b/marvell/services/ota/otad.c
index 73789ae..a214c81 100755
--- a/marvell/services/ota/otad.c
+++ b/marvell/services/ota/otad.c
@@ -1435,7 +1435,7 @@
 							return -1;

 						}

 

-						if (p->erased == 0 && strstr(p->name, "oem_data")) {

+						if (p->erased == 0 && strstr(p->name, "oemapp")) {

 							OTA_DEBUG("Need to Erase all of %s(%s)\n", p->dev, p->name);

 							mtdEraseInfo.length = p->partition_size;

 							mtdEraseInfo.start = 0;