From cec7cdc3bbf46379131e6951585951cf97444326 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Thu, 3 Aug 2006 16:29:42 +0000 Subject: Initial work for coprocessor support on iPods. FS#5755 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10437 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/ipod.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'bootloader/ipod.c') diff --git a/bootloader/ipod.c b/bootloader/ipod.c index 98ff4848bb..26e5ae2937 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -425,16 +425,7 @@ void* main(void) lcd_puts(0, line++, "Rockbox loaded."); lcd_update(); memcpy((void*)DRAM_START,loadbuffer,rc); - - /* Transfer execution directly to Rockbox - we don't want - to run the rest of the bootloader startup code. */ - asm volatile( - "mov r0, #" SC(DRAM_START) "\n" - "mov pc, r0 \n" - ); - - /* We don't get here, but keep the compiler happy. */ - return (void*)0; + return (void*)DRAM_START; } } -- cgit v1.2.3