forked from len0rd/rockbox
Enabled Warp Mode as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8ca44dc45d
commit
a2c0afb29d
1 changed files with 3 additions and 0 deletions
|
@ -472,4 +472,7 @@ void system_init(void)
|
||||||
|
|
||||||
/* Enable burst mode on DRAM */
|
/* Enable burst mode on DRAM */
|
||||||
DCR |= 0x1000;
|
DCR |= 0x1000;
|
||||||
|
|
||||||
|
/* Activate Warp mode (simultaneous internal and external mem access) */
|
||||||
|
BCR |= 0x2000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue