aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/maple
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-07 15:32:35 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-07 23:34:23 -0400
commitf2bce4d21302f50e70dc8d00fbb846748749103b (patch)
tree5c8812ae180f8bde2bfdb661eb42051ac1fb84e5 /support/ld/maple
parentcbf9ddff5b49ab838f9e03be5331ce14bae83b22 (diff)
downloadlibrambutan-f2bce4d21302f50e70dc8d00fbb846748749103b.tar.gz
librambutan-f2bce4d21302f50e70dc8d00fbb846748749103b.zip
Tidy up linker scripts.
Comment/whitespace changes only.
Diffstat (limited to 'support/ld/maple')
-rw-r--r--support/ld/maple/flash.ld4
-rw-r--r--support/ld/maple/jtag.ld5
-rw-r--r--support/ld/maple/ram.ld3
3 files changed, 4 insertions, 8 deletions
diff --git a/support/ld/maple/flash.ld b/support/ld/maple/flash.ld
index 44b0854..e9ff4b4 100644
--- a/support/ld/maple/flash.ld
+++ b/support/ld/maple/flash.ld
@@ -1,7 +1,5 @@
/*
- * Linker script for STM32.
- * STM32F103RBT6 medium density chip linker script for use with
- * maple bootloader. Loads to flash.
+ * Maple (STM32F103RBT6, medium density) linker script for Flash builds.
*/
/*
diff --git a/support/ld/maple/jtag.ld b/support/ld/maple/jtag.ld
index ceda9c9..ed8cc1c 100644
--- a/support/ld/maple/jtag.ld
+++ b/support/ld/maple/jtag.ld
@@ -1,6 +1,6 @@
/*
- * Linker script for STM32.
- * STM32F103RBT6 medium density chip linker script.
+ * Maple (STM32F103RBT6, 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/ram.ld b/support/ld/maple/ram.ld
index 67391be..09bcb33 100644
--- a/support/ld/maple/ram.ld
+++ b/support/ld/maple/ram.ld
@@ -1,6 +1,5 @@
/*
- * Linker script for STM32.
- * STM32F103RBT6 medium density chip linker script. Loads to ram.
+ * Maple (STM32F103RBT6, medium density) linker script for RAM builds.
*/
/*