Increase only main stack and irq stack.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_512_ram.ld
index 76220b2ea646ae0242e5efa5ec061f0412568c1a..4c6d2cfd85f2b319490e32e7632473c29375fc6f 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;
 
 /*