bootloader: Use the same maximum size for both bootloaders.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 16 Nov 2019 07:42:46 +0000 (08:42 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
This sets the maximum size of the intermediate bootloader to the
one that we (have to) use for the final bootloader, too.

I don't see the point in allowing more code in the intermediate
bootloader anymore.

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