Trailing whitespace
[bertos.git] / bertos / cpu / cortex-m3 / scripts / cortex-m3_rom.ld
index bed63240712b9b336ed6ba9dbc1cb338c70fb1c6..94a181363000e522a58d6d4c3326c9e8cc747724 100644 (file)
 OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
 OUTPUT_ARCH(arm)
 
-/*
- * Define stack size here
- */
-STACK_SIZE = 0x1000;
 
 /*
  * Allocate section memory
@@ -94,6 +90,7 @@ SECTIONS
        /*
         * Allocated stack at the end of bss section.
         * Data heap is allocate at end of stack.
+        * STACK_SIZE variable is defined in the CPU specific linker script file.
         */
        PROVIDE (__msp_start = .);
        . = ALIGN(8);