Ensure bootloader makefile calculation functions are uniform across all bootloaders.
This commit is contained in:
parent
be33d3a515
commit
1703283893
5 changed files with 17 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue