aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/maple_mini/ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/maple_mini/ram.ld')
-rw-r--r--support/ld/maple_mini/ram.ld54
1 files changed, 27 insertions, 27 deletions
diff --git a/support/ld/maple_mini/ram.ld b/support/ld/maple_mini/ram.ld
index 7dd7ee5..b8516de 100644
--- a/support/ld/maple_mini/ram.ld
+++ b/support/ld/maple_mini/ram.ld
@@ -1,27 +1,27 @@
-/*
- * Linker script for STM32.
- * Maple mini ram target linker script.
- */
-
-/*
- * Define memory spaces.
- */
-MEMORY
-{
- ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K
- rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K
-}
-
-/*
- * Use medium density device vector table
- */
-GROUP(libcs3_stm32_med_density.a)
-
-REGION_ALIAS("REGION_TEXT", ram);
-REGION_ALIAS("REGION_DATA", ram);
-REGION_ALIAS("REGION_BSS", ram);
-
-/*
- * Define the rest of the sections
- */
-INCLUDE common_ram.inc
+/*
+ * Linker script for STM32.
+ * Maple mini ram target linker script.
+ */
+
+/*
+ * Define memory spaces.
+ */
+MEMORY
+{
+ ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K
+ rom (rx) : ORIGIN = 0x08005000, LENGTH = 0K
+}
+
+/*
+ * Use medium density device vector table
+ */
+GROUP(libcs3_stm32_med_density.a)
+
+REGION_ALIAS("REGION_TEXT", ram);
+REGION_ALIAS("REGION_DATA", ram);
+REGION_ALIAS("REGION_BSS", ram);
+
+/*
+ * Define the rest of the sections
+ */
+INCLUDE common_ram.inc