aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/maple/ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'support/ld/maple/ram.ld')
-rw-r--r--support/ld/maple/ram.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/ld/maple/ram.ld b/support/ld/maple/ram.ld
index 09bcb33..6f237c3 100644
--- a/support/ld/maple/ram.ld
+++ b/support/ld/maple/ram.ld
@@ -19,8 +19,9 @@ GROUP(libcs3_stm32_med_density.a)
REGION_ALIAS("REGION_TEXT", ram);
REGION_ALIAS("REGION_DATA", ram);
REGION_ALIAS("REGION_BSS", ram);
+REGION_ALIAS("REGION_RODATA", ram);
/*
* Define the rest of the sections
*/
-INCLUDE common_ram.inc
+INCLUDE common.inc