summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:15 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:15 +0200
commit363266d818c3504458fe005ef0308ea48f71e7ca (patch)
treefa11b8ab9cb69096d9482eda32d2d0be400810ee /board
parentfecf0fd93e63938080c6a86c7e0918ab9f310908 (diff)
downloadbarebox-363266d818c3504458fe005ef0308ea48f71e7ca.tar.gz
barebox-363266d818c3504458fe005ef0308ea48f71e7ca.tar.xz
svn_rev_033
change to clocksource api
Diffstat (limited to 'board')
-rw-r--r--board/mx1ads/syncflash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/mx1ads/syncflash.c b/board/mx1ads/syncflash.c
index eb7fde5071..1a384499cf 100644
--- a/board/mx1ads/syncflash.c
+++ b/board/mx1ads/syncflash.c
@@ -276,8 +276,6 @@ int flash_erase (flash_info_t *info, int s_first, int s_last) {
/* arm simple, non interrupt dependent timer */
- reset_timer_masked();
-
SF_NvmodeErase();
SF_NvmodeWrite();