Increase only main stack and irq stack.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_128_ram.ld
index 26b662f6ac707a03dc0b7c37e10cf9099b954612..971d901efa8374df84ecd59f8fff458abd6e38c4 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;
 
 /*