Merge branch "preempt" in "trunk".
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_256_ram.ld
index e7ac963db906e724ad0be999e125ef5f573f34bb..c570b9719c169c1bba43a20023a50e97cba6b4a9 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;
 
 /*