summaryrefslogtreecommitdiff
path: root/src/stm
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm')
-rw-r--r--src/stm/altos-application.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/altos-application.ld b/src/stm/altos-application.ld
index c94c06b8..6affc376 100644
--- a/src/stm/altos-application.ld
+++ b/src/stm/altos-application.ld
@@ -16,7 +16,7 @@
*/
MEMORY {
- rom (rx) : ORIGIN = 0x08002000, LENGTH = 120K
+ rom (rx) : ORIGIN = 0x08001000, LENGTH = 124K
ram (!w) : ORIGIN = 0x20000000, LENGTH = 16K
}