From: batt Date: Thu, 18 Oct 2007 16:54:06 +0000 (+0000) Subject: Reformat. X-Git-Tag: 1.0.0~331 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=46d71b74e8eb739d7e4682a129b5eac27d6b902a;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@911 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/cpu/arm/scripts/at91sam7s256_ram.ld b/cpu/arm/scripts/at91sam7s256_ram.ld index 63f2c7d2..fc0d3d5a 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. - */ + * Allocate stack at the end of bss section. + * Data heap is allocate at end of stack. + */ PROVIDE (__stack_start = .); PROVIDE (__stack_fiq_start = .); diff --git a/cpu/arm/scripts/at91sam7s256_rom.ld b/cpu/arm/scripts/at91sam7s256_rom.ld index dcb407fd..1c1f3c06 100644 --- a/cpu/arm/scripts/at91sam7s256_rom.ld +++ b/cpu/arm/scripts/at91sam7s256_rom.ld @@ -107,9 +107,9 @@ SECTIONS } > ram /* - * Allocate stack at the end of bss section. - * Data heap is allocate at end of stack. - */ + * Allocate stack at the end of bss section. + * Data heap is allocate at end of stack. + */ PROVIDE (__stack_start = .); PROVIDE (__stack_fiq_start = .);