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:
parent
52774bcfbc
commit
368418585c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue