diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-23 14:23:23 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-23 14:23:23 +0000 |
| commit | 563012c50318eab7a3a6026d430165c787982e99 (patch) | |
| tree | a6ce4ef87fd9162241b6a4f2f53e03d09cc89ce9 | |
| parent | 368418585c1c3aa3b70bd5b7b58b2201fc9d1da4 (diff) | |
| download | rockbox-563012c50318eab7a3a6026d430165c787982e99.zip rockbox-563012c50318eab7a3a6026d430165c787982e99.tar.gz rockbox-563012c50318eab7a3a6026d430165c787982e99.tar.bz2 rockbox-563012c50318eab7a3a6026d430165c787982e99.tar.xz | |
Optimized the PLLCR write
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8806 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/crt0.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S index 00146cb..75ff554 100644 --- a/firmware/crt0.S +++ b/firmware/crt0.S @@ -489,8 +489,7 @@ irq_handler: lea MBAR,%a0 lea MBAR2,%a1 - moveq.l #0,%d0 - move.l %d0,(0x180,%a1) /* PLLCR = 0 */ + clr.l (0x180,%a1) /* PLLCR = 0 */ /* 64K DMA-capable SRAM at 0x10000000 DMA is enabled and has priority in both banks |