AT91SAM7: Increase flash access speed.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Apr 2010 17:18:12 +0000 (17:18 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Apr 2010 17:18:12 +0000 (17:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3378 38d2e660-2303-0410-9eaa-f027e97ec537

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;