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)
|
||||
|
|
|
@ -78,7 +78,7 @@ uclcopy:
|
|||
str r1, [r0]
|
||||
|
||||
|
||||
#ifndef SANSA_M200V2 /* this doesnt work for m200 */
|
||||
#ifndef SANSA_M200V4 /* this doesnt work for m200 */
|
||||
/* we check A3 unconditionally of the model because it seems to be */
|
||||
/* either hold, either usb on every model */
|
||||
|
||||
|
@ -118,7 +118,7 @@ uclcopy:
|
|||
|
||||
cmp r1, #0 /* C3 = #0 means button pressed */
|
||||
beq boot_of
|
||||
#elif defined(SANSA_M200V2)
|
||||
#elif defined(SANSA_M200V4)
|
||||
/* SELECT button */
|
||||
.set row, (1<<5) /* enable output on A5 */
|
||||
ldr r0, =GPIOA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue