1
0
Fork 0
forked from len0rd/rockbox

Oops: Sansa and H10 need crt0 included in the bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2006-10-11 17:47:32 +00:00
parent 406069467d
commit 6a4ec1414d
3 changed files with 107 additions and 2 deletions

View file

@ -169,7 +169,11 @@ rolo.c
thread.c
timer.c
#ifdef CPU_PP
#if (CONFIG_CPU == PP5024)
target/arm/crt0-pp5024.S
#else
target/arm/crt0-pp.S
#endif
#elif defined(CPU_ARM)
target/arm/crt0.S
#elif defined(CPU_COLDFIRE)