[Feature][T108][system][task-view-1640]optimize sdk boot time

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

Change-Id: Ifdb7019430a2ec751cfb931ef034a107019afe28
diff --git a/marvell/obm/Common/Misc/asr_flag.c b/marvell/obm/Common/Misc/asr_flag.c
index f905862..e7a8df7 100755
--- a/marvell/obm/Common/Misc/asr_flag.c
+++ b/marvell/obm/Common/Misc/asr_flag.c
@@ -487,7 +487,7 @@
 	pFOTA_T->eehP[1] = 2;

 

 	pFOTA_T->ramdump[0] = RAMDUMPID;

-	pFOTA_T->ramdump[1] = 1;

+	pFOTA_T->ramdump[1] = 0;

     

     pFOTA_T->cplog[0] = CPLOGID;

     pFOTA_T->cplog[1] = 1;

@@ -642,4 +642,4 @@
 	}

 

 	return FALSE;

-}
\ No newline at end of file
+}