X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fscripts%2Flm3s1968_rom.ld;h=e0294b465f6c24de439abb8eb4597296cc6a7a4f;hb=ab03b5b37726fb8b39a6f6c915f8668bddd779ee;hp=e6c0e018bb3250dee085894ab6b69dd53fb8133a;hpb=ffc9d84f819c7480515ece4417329f4972510462;p=bertos.git diff --git a/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld b/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld index e6c0e018..e0294b46 100644 --- a/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld @@ -104,15 +104,15 @@ SECTIONS * Data heap is allocate at end of stack. */ PROVIDE (__msp_start = .); - . = ALIGN(4); + . = ALIGN(8); . += STACK_SIZE; PROVIDE (__msp_end = .); PROVIDE (__psp_start = .); - . = ALIGN(4); + . = ALIGN(8); . += STACK_SIZE; PROVIDE (__psp_end = .); PROVIDE (__heap_start = .); - . = ALIGN(4); + . = ALIGN(8); }