From 368418585c1c3aa3b70bd5b7b58b2201fc9d1da4 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 23 Feb 2006 13:48:12 +0000 Subject: 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 --- firmware/crt0.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware') 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: lea MBAR,%a0 lea MBAR2,%a1 + moveq.l #0,%d0 + move.l %d0,(0x180,%a1) /* PLLCR = 0 */ + /* 64K DMA-capable SRAM at 0x10000000 DMA is enabled and has priority in both banks All types of accesses are allowed -- cgit v1.2.3