From f2bce4d21302f50e70dc8d00fbb846748749103b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 7 Sep 2011 15:32:35 -0400 Subject: Tidy up linker scripts. Comment/whitespace changes only. --- support/ld/maple_mini/flash.ld | 3 +-- support/ld/maple_mini/jtag.ld | 5 ++--- support/ld/maple_mini/ram.ld | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) (limited to 'support/ld/maple_mini') diff --git a/support/ld/maple_mini/flash.ld b/support/ld/maple_mini/flash.ld index b3eb557..37d765e 100644 --- a/support/ld/maple_mini/flash.ld +++ b/support/ld/maple_mini/flash.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * Maple mini flash linker script. + * Maple Mini (STM32F103CBT6, medium density) linker script for Flash builds. */ /* diff --git a/support/ld/maple_mini/jtag.ld b/support/ld/maple_mini/jtag.ld index cdf2cc9..a26e1b6 100644 --- a/support/ld/maple_mini/jtag.ld +++ b/support/ld/maple_mini/jtag.ld @@ -1,6 +1,6 @@ /* - * Linker script for STM32. - * Maple mini linker script bare metal target linker script. + * Maple Mini (STM32F103CBT6, medium density) linker script for JTAG + * (bare metal, no bootloader) builds. */ /* @@ -25,4 +25,3 @@ REGION_ALIAS("REGION_BSS", ram); * Define the rest of the sections */ INCLUDE common_rom.inc - diff --git a/support/ld/maple_mini/ram.ld b/support/ld/maple_mini/ram.ld index b8516de..3bf33c9 100644 --- a/support/ld/maple_mini/ram.ld +++ b/support/ld/maple_mini/ram.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * Maple mini ram target linker script. + * Maple Mini (STM32F103CBT6, medium density) linker script for RAM builds. */ /* -- cgit v1.2.3