AT91SAM7: Increase flash access speed.
[bertos.git] / bertos / cpu / arm / hw / init_at91.c
index 9c3eeb208c92fc03ff5062490598e8de25928dfb..edcfff23f943acd988c696f1947200037a606f2f 100644 (file)
@@ -150,9 +150,6 @@ void __init2(void);
  */
 void __init1(void)
 {
-       /* Use 2 cycles for flash access. */
-       MC_FMR = MC_FWS_2R3W;
-
         /* Disable all interrupts. Useful for debugging w/o target reset. */
        AIC_EOICR = 0xFFFFFFFF;
        AIC_IDCR =  0xFFFFFFFF;