forked from len0rd/rockbox
Enabled DRAM burst mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b19d80992c
commit
8ca44dc45d
1 changed files with 3 additions and 0 deletions
|
@ -469,4 +469,7 @@ void system_init(void)
|
||||||
|
|
||||||
/* NMI level low, falling edge on all interrupts */
|
/* NMI level low, falling edge on all interrupts */
|
||||||
ICR = 0;
|
ICR = 0;
|
||||||
|
|
||||||
|
/* Enable burst mode on DRAM */
|
||||||
|
DCR |= 0x1000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue