summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-23 13:48:12 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-23 13:48:12 +0000
commit368418585c1c3aa3b70bd5b7b58b2201fc9d1da4 (patch)
tree039899651638a2ca0b38a4dad6a90ec989b97e3d /firmware/crt0.S
parent52774bcfbcdd4b3b26235946c6630da6e5ab07ae (diff)
downloadrockbox-368418585c1c3aa3b70bd5b7b58b2201fc9d1da4.tar.gz
rockbox-368418585c1c3aa3b70bd5b7b58b2201fc9d1da4.zip
Make sure PLL is off when booting on Coldfire targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 9e1aba58ce..00146cbd49 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -489,6 +489,9 @@ 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
493 move.l %d0,(0x180,%a1) /* PLLCR = 0 */
494
492 /* 64K DMA-capable SRAM at 0x10000000 495 /* 64K DMA-capable SRAM at 0x10000000
493 DMA is enabled and has priority in both banks 496 DMA is enabled and has priority in both banks
494 All types of accesses are allowed 497 All types of accesses are allowed