projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure bootloader makefile calculation functions are uniform across all bootloaders.
[pub/USBasp.git]
/
Bootloaders
/
MassStorage
/
makefile
diff --git
a/Bootloaders/MassStorage/makefile
b/Bootloaders/MassStorage/makefile
index
c23e62f
..
edf565d
100644
(file)
--- 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
\r
# device's fuses.
\r
FLASH_SIZE_KB = 128
\r
# 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
\r
# Bootloader address calculation formulas
\r
# Do not modify these macros, but rather modify the dependent values above.
\r