From 5aa5ef3704c09c5630b3074f746b76d71d78602b Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Sat, 5 Aug 2006 11:00:44 +0000 Subject: Delete some unneccessary code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10458 a1c6a512-1295-4272-9138-f99709370657 --- firmware/crt0.S | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'firmware/crt0.S') diff --git a/firmware/crt0.S b/firmware/crt0.S index 9831d749eb..b856a8569d 100644 --- a/firmware/crt0.S +++ b/firmware/crt0.S @@ -85,7 +85,6 @@ remap_start: L_post_remap: .word remap_end remap_end: -#ifdef CPU_PP /* After doing the remapping, send the COP to sleep. On wakeup it will go to cop_init */ #if CONFIG_CPU == PP5002 @@ -111,7 +110,6 @@ remap_end: ldr pc, =cop_init 1: -#endif #elif CONFIG_CPU == PNX0101 @@ -347,20 +345,6 @@ cop_init: ldr sp, =cop_stackend bl cop_main -#else - /* If we don't plan to use the COP, we have some code to catch it and send - it back to sleep if somebody wakes it. This means that the firmware - size doesn't grow too much while the COP is still unused, but it is - still handled cleanly. */ -#if CONFIG_CPU==PP5002 - ldr r4, =PP5002_COP_CTRL - mov r3, #0xca -#else - ldr r4, =PP5020_COP_CTRL - mov r3, #0x80000000 -#endif - str r3, [r4] - ldr pc, =cop_init #endif /* PP specific */ /* Exception handlers. Will be copied to address 0 after memory remapping */ -- cgit v1.2.3