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:
parent
4f2a7df6d6
commit
b935f435ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue