as3525: change SDRAM settings only in models for which there is a bootloader

c200v2 & m200v4 have no binary bootloader released yet

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-14 08:35:49 +00:00
parent a1e19d8065
commit 39e4b84e64

View file

@ -346,7 +346,8 @@ void system_init(void)
#if defined(BOOTLOADER)
sdram_init();
#elif CONFIG_CPU == AS3525 /* XXX: remove me when we have a new bootloader */
#elif 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 */