Increase only main stack and irq stack.
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_64_ram.ld
index a153b4a65739eadaced9eb8fa8efa3d2eb0759cf..1d16f9fb8aa6dfe872f5b2862a1d1c7deb79273d 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;
 
 /*