summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-as3525.c')
-rw-r--r--firmware/target/arm/as3525/system-as3525.c5
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)
267 cpu_frequency = CPUFREQ_MAX; 267 cpu_frequency = CPUFREQ_MAX;
268#endif 268#endif
269 269
270#if !defined(BOOTLOADER) && defined(SANSA_FUZE) || defined(SANSA_CLIP) || defined(SANSA_E200V2)
271 /* XXX: remove me when we have a new bootloader */
272 MPMC_DYNAMIC_CONTROL = 0x0; /* MPMCCLKOUT stops when all SDRAMs are idle */
273#endif /* BOOTLOADER */
274
275#if 0 /* the GPIO clock is already enabled by the dualboot function */ 270#if 0 /* the GPIO clock is already enabled by the dualboot function */
276 CGU_PERI |= CGU_GPIO_CLOCK_ENABLE; 271 CGU_PERI |= CGU_GPIO_CLOCK_ENABLE;
277#endif 272#endif