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 --- firmware/app.lds | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'firmware/app.lds') diff --git a/firmware/app.lds b/firmware/app.lds index 3416f5c6b6..3d9be9b32e 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -257,6 +257,15 @@ SECTIONS . += 0x2000; stackend = .; } > IRAM + + .cop_stack : + { + *(.cop_stack) + cop_stackbegin = .; + . += 0x0500; + cop_stackend = .; + } > IRAM + #else /* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section size smaller, and allow the stack to grow into the .iram copy */ -- cgit v1.2.3