From a9104748fe30c5efd63962c1bb8e8f1d2a8001d6 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 1 Apr 2010 17:18:12 +0000 Subject: [PATCH] AT91SAM7: Increase flash access speed. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3378 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/hw/init_at91.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bertos/cpu/arm/hw/init_at91.c b/bertos/cpu/arm/hw/init_at91.c index 9c3eeb20..edcfff23 100644 --- a/bertos/cpu/arm/hw/init_at91.c +++ b/bertos/cpu/arm/hw/init_at91.c @@ -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; -- 2.25.1