1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2005-02-23 08:11:05 +00:00
parent 4f2a7df6d6
commit b935f435ff

View file

@ -136,7 +136,7 @@ irq_handler:
DMA is enabled and has priority in both banks DMA is enabled and has priority in both banks
All types of accesses are allowed All types of accesses are allowed
(We might want to restrict that to save power) */ (We might want to restrict that to save power) */
move.l #0x1000e001,%d0 move.l #0x10000e01,%d0
movec.l %d0,%rambar1 movec.l %d0,%rambar1
/* 32K Non-DMA SRAM at 0x10010000 /* 32K Non-DMA SRAM at 0x10010000