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) /* Enable burst mode on DRAM */ DCR |= 0x1000; + + /* Activate Warp mode (simultaneous internal and external mem access) */ + BCR |= 0x2000; }