diff options
| -rw-r--r-- | firmware/system.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/system.c b/firmware/system.c index c271c96..74e3fce 100644 --- a/firmware/system.c +++ b/firmware/system.c @@ -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; } |