application: Start and stop recordings by pressing the play button.
[gps-watch.git] / src / bootloader / bootloader-intermediate.ld
index 55b605750956013061153ecfbba244349ea1b358..bbc30b91bc1e83f85315984947baebae68cc3ebe 100644 (file)
@@ -8,15 +8,12 @@
 MEMORY
 {
   FLASH (rx)
-    : ORIGIN = 0x00008000, LENGTH = 0x38000
+    : ORIGIN = 0x00008000, LENGTH = 0x08000
 
   RAM (rwx)
     : ORIGIN = 0x1fffe000, LENGTH = 0x08000
 }
 
-/* Library configurations */
-GROUP(libgcc.a libc.a libm.a libnosys.a)
-
 /* Linker script to place sections and symbol values. Should be used together
  * with other linker script that defines memory regions FLASH and RAM.
  * It references following symbols, which must be defined in code: