1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2006-02-23 13:48:12 +00:00
parent 52774bcfbc
commit 368418585c

View file

@ -489,6 +489,9 @@ irq_handler:
lea MBAR,%a0 lea MBAR,%a0
lea MBAR2,%a1 lea MBAR2,%a1
moveq.l #0,%d0
move.l %d0,(0x180,%a1) /* PLLCR = 0 */
/* 64K DMA-capable SRAM at 0x10000000 /* 64K DMA-capable SRAM at 0x10000000
DMA is enabled and has priority in both banks DMA is enabled and has priority in both banks
All types of accesses are allowed All types of accesses are allowed