From 170328389372f9d0dd209e2e398d227c4c5f67ca Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 18 Mar 2013 17:21:02 +0000 Subject: Ensure bootloader makefile calculation functions are uniform across all bootloaders. --- Bootloaders/MassStorage/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/MassStorage') diff --git a/Bootloaders/MassStorage/makefile b/Bootloaders/MassStorage/makefile index c23e62f19..edf565de5 100644 --- a/Bootloaders/MassStorage/makefile +++ b/Bootloaders/MassStorage/makefile @@ -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 # device's fuses. FLASH_SIZE_KB = 128 -BOOT_SECTION_SIZE_KB = 4 +BOOT_SECTION_SIZE_KB = 8 # Bootloader address calculation formulas # Do not modify these macros, but rather modify the dependent values above. -- cgit v1.2.3