]> git.sur5r.net Git - u-boot/blobdiff - board/BuS/EB+MCF-EV123/flash.c
Merge with /home/tur/proj/v38b/u-boot
[u-boot] / board / BuS / EB+MCF-EV123 / flash.c
index a5d621c44ae85df0715e2443912200d9185d30ad..5e2647ddadffe61e3729d29d2ff5c9a9f0940f23 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * (C) Copyright 2005 
+ * (C) Copyright 2005
  * BuS Elektronik GmbH & Co.KG <esw@bus-elektonik.de>
- * 
+ *
  * Based On
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  *
@@ -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;
 }