Merge branch "preempt" in "trunk".
[bertos.git] / bertos / cpu / arm / scripts / at91sam7_128_rom.ld
index 452bae940ea580f22d368567043c89e04ac3f720..65ee524a6e08df637cd47223d121e3fb96bdcdb7 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;
 
 /*