summaryrefslogtreecommitdiff
path: root/libusbhost_stm32f4.ld
diff options
context:
space:
mode:
Diffstat (limited to 'libusbhost_stm32f4.ld')
-rw-r--r--libusbhost_stm32f4.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/libusbhost_stm32f4.ld b/libusbhost_stm32f4.ld
index 4f676ec..d1801d8 100644
--- a/libusbhost_stm32f4.ld
+++ b/libusbhost_stm32f4.ld
@@ -33,3 +33,9 @@ MEMORY
/* Include the common ld script. */
INCLUDE libopencm3_stm32f4.ld
+PROVIDE(_ram_start = ORIGIN(ram));
+PROVIDE(_ram_end = ORIGIN(ram) + LENGTH(ram));
+PROVIDE(_rom_start = ORIGIN(rom));
+PROVIDE(_rom_end = ORIGIN(rom) + LENGTH(rom));
+
+