Compile Portal Player bootloaders as single core. Cleanup the startup code for bootlo...
commitbbdbbf398c7871f4d50168510ce1b9b0303bb090
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 Sep 2007 06:17:33 +0000 (29 06:17 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 Sep 2007 06:17:33 +0000 (29 06:17 +0000)
treeb629e5316ce26624d3307587e32985c18403ec27
parent5271121c2dd972cdaceca31649a836dc5cb54c69
Compile Portal Player bootloaders as single core. Cleanup the startup code for bootloaders. Remove cop stack entirely and keep IRAM use down on all relevant targets - just use the 128-byte idle stack. Use the inline asm version of current_core for pp5002 as well.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14898 a1c6a512-1295-4272-9138-f99709370657
firmware/SOURCES
firmware/app.lds
firmware/export/config.h
firmware/export/pp5002.h
firmware/target/arm/crt0-pp-bl.S
firmware/target/arm/crt0-pp.S
firmware/target/arm/system-pp5002.c
firmware/target/arm/system-target.h
firmware/thread.c