summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/system.c b/firmware/system.c
index cb0cb29778..cd2c5e34a0 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -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;