summaryrefslogtreecommitdiff
path: root/src/stm
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-22 20:33:33 -0500
committerKeith Packard <keithp@keithp.com>2013-04-22 20:35:27 -0500
commitddd53dc3635154dc7ea2af1cd1941e7070b9635f (patch)
tree7f84395b95e9f4241c65c45e4d9650ffa7f725f5 /src/stm
parent37cac48fb057cc770000f5fa87984ccf43b07130 (diff)
altos/stm: Provide another 4kB of flash space for apps
With the flash loader now < 4kB, we can use the spare 4kB for applications Signed-off-by: Keith Packard <keithp@keithp.com>
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
}