Ensure bootloader makefile calculation functions are uniform across all bootloaders.

This commit is contained in:
Dean Camera 2013-03-18 17:21:02 +00:00
parent be33d3a515
commit 1703283893
5 changed files with 17 additions and 17 deletions

View 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
# 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.