mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Seperate the Gigabeat F/X crt0.s, cleanup some #ifdefs in app.lds, add an extra reg to the debug menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15579 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c495cdae59
commit
31ea780ee0
5 changed files with 453 additions and 189 deletions
|
@ -333,8 +333,10 @@ target/arm/crt0-pp.S
|
|||
#endif
|
||||
#elif CONFIG_CPU == PNX0101
|
||||
target/arm/pnx0101/crt0-pnx0101.S
|
||||
#elif defined(OLYMPUS_MROBE_500)
|
||||
#elif CONFIG_CPU==DM320
|
||||
target/arm/tms320dm320/crt0.S
|
||||
#elif CONFIG_CPU==S3C2440
|
||||
target/arm/s3c2440/crt0.S
|
||||
#elif defined(CPU_TCC77X)
|
||||
target/arm/tcc77x/crt0.S
|
||||
#elif defined(CPU_ARM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue