forked from len0rd/rockbox
grrr, I need to learn to do case insensitive grepping when that's the better idea...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
13319cdb82
commit
55634f7410
2 changed files with 3 additions and 3 deletions
|
@ -167,7 +167,7 @@ static void sdram_init(void)
|
|||
MPMC_DYNAMIC_tRRD = 2;
|
||||
MPMC_DYNAMIC_tMRD = 2;
|
||||
|
||||
#if defined(SANSA_CLIP) || defined(SANSA_M200V2) || defined(SANSA_FUZE)
|
||||
#if defined(SANSA_CLIP) || defined(SANSA_M200V4) || defined(SANSA_FUZE)
|
||||
# define MEMORY_MODEL 0x21
|
||||
/* 16 bits external bus, low power SDRAM, 16 Mbits = 2 Mbytes */
|
||||
#elif defined(SANSA_E200V2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue