altos/stm: Provide another 4kB of flash space for apps
[fw/altos] / src / stm / altos-application.ld
index c94c06b84c546dc2336868d20a70d866a34b54c3..6affc376a1e75e19887191894728101f51dc8e73 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 MEMORY {
-       rom (rx) : ORIGIN = 0x08002000, LENGTH = 120K
+       rom (rx) : ORIGIN = 0x08001000, LENGTH = 124K
        ram (!w) : ORIGIN = 0x20000000, LENGTH = 16K
 }