X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Farm%2Fscripts%2Fat91sam7s256_ram.ld;h=fe4e982cba944269a8bfe68d4b419a426c9fa49b;hb=2d0bc916c5779e2f3dc9e4775e235e0c633817cc;hp=63f2c7d2c8cda64fc5ebc4fc941fe0ff5da9d7d3;hpb=eaf27408d73b9af66df0c903232d66ef01890d25;p=bertos.git diff --git a/cpu/arm/scripts/at91sam7s256_ram.ld b/cpu/arm/scripts/at91sam7s256_ram.ld index 63f2c7d2..fe4e982c 100644 --- a/cpu/arm/scripts/at91sam7s256_ram.ld +++ b/cpu/arm/scripts/at91sam7s256_ram.ld @@ -107,9 +107,9 @@ SECTIONS } > ram /* - * Allocate stack at the end of bss section. - * Data heap is allocate at end of stack. - */ + * Allocated stack at the end of bss section. + * Data heap is allocate at end of stack. + */ PROVIDE (__stack_start = .); PROVIDE (__stack_fiq_start = .);