mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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
This commit is contained in:
parent
8082ae089d
commit
b0e34a6a6c
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue