From 563012c50318eab7a3a6026d430165c787982e99 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 23 Feb 2006 14:23:23 +0000 Subject: Optimized the PLLCR write git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8806 a1c6a512-1295-4272-9138-f99709370657 --- firmware/crt0.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/crt0.S b/firmware/crt0.S index 00146cbd49..75ff55423a 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 -- cgit v1.2.3