aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-03-18 17:21:02 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-03-18 17:21:02 +0000
commit170328389372f9d0dd209e2e398d227c4c5f67ca (patch)
tree6af29fb07c4324c7999424e672e5e51f01631008 /Bootloaders/MassStorage/makefile
parentbe33d3a5156ea3fde221c9e174ad0405eb8d1f8d (diff)
downloadlufa-170328389372f9d0dd209e2e398d227c4c5f67ca.tar.gz
lufa-170328389372f9d0dd209e2e398d227c4c5f67ca.tar.bz2
lufa-170328389372f9d0dd209e2e398d227c4c5f67ca.zip
Ensure bootloader makefile calculation functions are uniform across all bootloaders.
Diffstat (limited to 'Bootloaders/MassStorage/makefile')
-rw-r--r--Bootloaders/MassStorage/makefile2
1 files changed, 1 insertions, 1 deletions
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.