summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/system.c b/firmware/system.c
index c271c96f00..74e3fce95d 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -472,4 +472,7 @@ void system_init(void)
472 472
473 /* Enable burst mode on DRAM */ 473 /* Enable burst mode on DRAM */
474 DCR |= 0x1000; 474 DCR |= 0x1000;
475
476 /* Activate Warp mode (simultaneous internal and external mem access) */
477 BCR |= 0x2000;
475} 478}