summaryrefslogtreecommitdiffstats
path: root/board/BuS/EB+MCF-EV123/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/BuS/EB+MCF-EV123/flash.c')
-rw-r--r--board/BuS/EB+MCF-EV123/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuS/EB+MCF-EV123/flash.c b/board/BuS/EB+MCF-EV123/flash.c
index ba76bef12e..5e2647ddad 100644
--- a/board/BuS/EB+MCF-EV123/flash.c
+++ b/board/BuS/EB+MCF-EV123/flash.c
@@ -256,7 +256,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last)
enable_interrupts ();
if (cflag)
- icache_enable ();
+ icache_enable ();
return rc;
}