From 9cfd9ba5d6e2933e72dd93b048e62b9e9494fafb Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 10 May 2011 16:41:37 -0400 Subject: Converting all files to UNIX newlines. Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .` --- support/ld/maple_mini/jtag.ld | 56 +++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'support/ld/maple_mini/jtag.ld') diff --git a/support/ld/maple_mini/jtag.ld b/support/ld/maple_mini/jtag.ld index 31768ed..cdf2cc9 100644 --- a/support/ld/maple_mini/jtag.ld +++ b/support/ld/maple_mini/jtag.ld @@ -1,28 +1,28 @@ -/* - * Linker script for STM32. - * Maple mini linker script bare metal target linker script. - */ - -/* - * Define memory spaces. - */ -MEMORY -{ - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K - rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K -} - -/* - * Use medium density device vector table - */ -GROUP(libcs3_stm32_med_density.a) - -REGION_ALIAS("REGION_TEXT", rom); -REGION_ALIAS("REGION_DATA", ram); -REGION_ALIAS("REGION_BSS", ram); - -/* - * Define the rest of the sections - */ -INCLUDE common_rom.inc - +/* + * Linker script for STM32. + * Maple mini linker script bare metal target linker script. + */ + +/* + * Define memory spaces. + */ +MEMORY +{ + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K +} + +/* + * Use medium density device vector table + */ +GROUP(libcs3_stm32_med_density.a) + +REGION_ALIAS("REGION_TEXT", rom); +REGION_ALIAS("REGION_DATA", ram); +REGION_ALIAS("REGION_BSS", ram); + +/* + * Define the rest of the sections + */ +INCLUDE common_rom.inc + -- cgit v1.2.3