forked from len0rd/rockbox
Initial work for coprocessor support on iPods. FS#5755
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10437 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2fa5d81fcd
commit
cec7cdc3bb
6 changed files with 93 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue