From b935f435ff9d945534db37c38b30c5d78362e6ee Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 23 Feb 2005 08:11:05 +0000 Subject: 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 --- firmware/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/crt0.S') 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: DMA is enabled and has priority in both banks All types of accesses are allowed (We might want to restrict that to save power) */ - move.l #0x1000e001,%d0 + move.l #0x10000e01,%d0 movec.l %d0,%rambar1 /* 32K Non-DMA SRAM at 0x10010000 -- cgit v1.2.3