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