summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/crt0.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 00146cbd49..75ff55423a 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -489,8 +489,7 @@ irq_handler:
489 lea MBAR,%a0 489 lea MBAR,%a0
490 lea MBAR2,%a1 490 lea MBAR2,%a1
491 491
492 moveq.l #0,%d0 492 clr.l (0x180,%a1) /* PLLCR = 0 */
493 move.l %d0,(0x180,%a1) /* PLLCR = 0 */
494 493
495 /* 64K DMA-capable SRAM at 0x10000000 494 /* 64K DMA-capable SRAM at 0x10000000
496 DMA is enabled and has priority in both banks 495 DMA is enabled and has priority in both banks