From: asterix Date: Mon, 9 Aug 2010 09:08:08 +0000 (+0000) Subject: Fix comment. Reformat. X-Git-Tag: 2.6.0~236 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=11f14621bcd59a2de4564b0e9804b15acd11ea75;p=bertos.git Fix comment. Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4154 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld b/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld index 522a8428..334d8118 100644 --- a/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld +++ b/bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld @@ -32,7 +32,7 @@ * * \author Andrea Righi * - * \brief Script for Olimex STM32-P103 Cortex-M3 board. + * \brief Script for STM32-P103 Cortex-M3 board. * */ @@ -41,7 +41,7 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) /* - * Define memory configuration for STM32F103R8 + * Define memory configuration for STM32F103R8 */ MEMORY { @@ -70,9 +70,9 @@ SECTIONS *(.text .text.*); . = ALIGN (4); *(.glue_7t); - . = ALIGN(4); - *(.glue_7); - . = ALIGN(4); + . = ALIGN(4); + *(.glue_7); + . = ALIGN(4); } > rom __text_end = .;