diff --git a/common_arm/ldscript.common b/common_arm/ldscript.common index 443d9825d..610e5c0b4 100644 --- a/common_arm/ldscript.common +++ b/common_arm/ldscript.common @@ -9,7 +9,7 @@ ms of the GNU GPL, version 2 or, ----------------------------------------------------------------------------- */ -stacksize = DEFINED(stacksize) ? stacksize : 9K; +stacksize = DEFINED(stacksize) ? stacksize : 8488; commonareasize = 0x20; /* AT91SAM7S256 has 256k Flash and 64k RAM */