diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-30 12:28:14 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-30 12:28:14 +0000 |
commit | b0e34a6a6c10dc385a9a653a4970f675899777a6 (patch) | |
tree | 9c2edb8f1612b43dff7cfa0674715d633f51c4cd | |
parent | 8082ae089d01c244b8e3242383a5821fb74194b4 (diff) | |
download | rockbox-b0e34a6a6c10dc385a9a653a4970f675899777a6.tar.gz rockbox-b0e34a6a6c10dc385a9a653a4970f675899777a6.zip |
AMSv1: Don't modify MPMC_DYNAMIC_CONTROL
The last bootloaders already set it correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27627 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/target/arm/as3525/system-as3525.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c index ef5eef090f..e886c7231b 100644 --- a/firmware/target/arm/as3525/system-as3525.c +++ b/firmware/target/arm/as3525/system-as3525.c @@ -267,11 +267,6 @@ void system_init(void) cpu_frequency = CPUFREQ_MAX; #endif -#if !defined(BOOTLOADER) && defined(SANSA_FUZE) || defined(SANSA_CLIP) || defined(SANSA_E200V2) - /* XXX: remove me when we have a new bootloader */ - MPMC_DYNAMIC_CONTROL = 0x0; /* MPMCCLKOUT stops when all SDRAMs are idle */ -#endif /* BOOTLOADER */ - #if 0 /* the GPIO clock is already enabled by the dualboot function */ CGU_PERI |= CGU_GPIO_CLOCK_ENABLE; #endif |