Increase only main stack and irq stack.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_256_rom.ld
index 35048e138b88f4556c7624466620c8415261d418..14a45435177ab6a8e28317ec7ef480a25dc3bb5c 100644 (file)
@@ -57,10 +57,10 @@ MEMORY
 /*
  * Define stack size here
  */
-FIQ_STACK_SIZE = 0x0400;
+FIQ_STACK_SIZE = 0x0100;
 IRQ_STACK_SIZE = 0x0400;
-ABT_STACK_SIZE = 0x0400;
-UND_STACK_SIZE = 0x0400;
+ABT_STACK_SIZE = 0x0100;
+UND_STACK_SIZE = 0x0100;
 SVC_STACK_SIZE = 0x1000;
 
 /*