summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-23 08:11:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-23 08:11:05 +0000
commitb935f435ff9d945534db37c38b30c5d78362e6ee (patch)
treeb329c690af311d1afac3c04697344cf8f35ef740
parent4f2a7df6d6e649a55129444bc6a3e21cce480ffc (diff)
downloadrockbox-b935f435ff9d945534db37c38b30c5d78362e6ee.tar.gz
rockbox-b935f435ff9d945534db37c38b30c5d78362e6ee.zip
iRiver: DMA wasn't enabled in SRAM1, and the base address wasn't correct.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6045 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index a264da0350..8928890eeb 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -136,7 +136,7 @@ irq_handler:
136 DMA is enabled and has priority in both banks 136 DMA is enabled and has priority in both banks
137 All types of accesses are allowed 137 All types of accesses are allowed
138 (We might want to restrict that to save power) */ 138 (We might want to restrict that to save power) */
139 move.l #0x1000e001,%d0 139 move.l #0x10000e01,%d0
140 movec.l %d0,%rambar1 140 movec.l %d0,%rambar1
141 141
142 /* 32K Non-DMA SRAM at 0x10010000 142 /* 32K Non-DMA SRAM at 0x10010000