summaryrefslogtreecommitdiffstats
path: root/board/mx1ads/syncflash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mx1ads/syncflash.c')
-rw-r--r--board/mx1ads/syncflash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mx1ads/syncflash.c b/board/mx1ads/syncflash.c
index 47f613c7fe..7331efa956 100644
--- a/board/mx1ads/syncflash.c
+++ b/board/mx1ads/syncflash.c
@@ -276,7 +276,7 @@ int flash_erase (flash_info_t *info, int s_first, int s_last) {
/* arm simple, non interrupt dependent timer */
- reset_timer_masked();
+ get_timer(0);
SF_NvmodeErase();
SF_NvmodeWrite();
OpenPOWER on IntegriCloud