1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-09-05 10:21:48 +00:00
parent 8ca44dc45d
commit a2c0afb29d

View file

@ -472,4 +472,7 @@ void system_init(void)
/* Enable burst mode on DRAM */
DCR |= 0x1000;
/* Activate Warp mode (simultaneous internal and external mem access) */
BCR |= 0x2000;
}