Ensure bootloader makefile calculation functions are uniform across all bootloaders.
[pub/USBasp.git] / Bootloaders / MassStorage / makefile
index c23e62f..edf565d 100644 (file)
@@ -27,7 +27,7 @@ LD_FLAGS     = -Wl,--section-start=.text=$(BOOT_START_OFFSET) $(BOOT_API_LD_FLAG
 # match the target's total FLASH size and the bootloader size set in the\r
 # device's fuses.\r
 FLASH_SIZE_KB         = 128\r
-BOOT_SECTION_SIZE_KB  = 4\r
+BOOT_SECTION_SIZE_KB  = 8\r
 \r
 # Bootloader address calculation formulas\r
 # Do not modify these macros, but rather modify the dependent values above.\r