nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-15% faster

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4373 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-03-13 11:44:48 +00:00
parent e8db003465
commit 4cee740afa

View file

@ -485,8 +485,8 @@ void system_init(void)
/* NMI level low, falling edge on all interrupts */
ICR = 0;
/* Enable burst mode on DRAM */
DCR |= 0x1000;
/* Enable burst and RAS down mode on DRAM */
DCR |= 0x5000;
/* Activate Warp mode (simultaneous internal and external mem access) */
BCR |= 0x2000;