bootloader: Use the same maximum size for both bootloaders.
[gps-watch.git] / src / bootloader / bootloader-intermediate.ld
index 55b605750956013061153ecfbba244349ea1b358..efe381046ee4e094efc4953d1cbaec45bfaec802 100644 (file)
@@ -8,7 +8,7 @@
 MEMORY
 {
   FLASH (rx)
-    : ORIGIN = 0x00008000, LENGTH = 0x38000
+    : ORIGIN = 0x00008000, LENGTH = 0x08000
 
   RAM (rwx)
     : ORIGIN = 0x1fffe000, LENGTH = 0x08000