projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3d39cbe
)
Remove unused makefile macro from the DFU bootloader.
author
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 12 Jun 2012 17:10:24 +0000
(17:10 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 12 Jun 2012 17:10:24 +0000
(17:10 +0000)
Bootloaders/DFU/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Bootloaders/DFU/makefile
b/Bootloaders/DFU/makefile
index
a39a83a
..
75b36ec
100644
(file)
--- a/
Bootloaders/DFU/makefile
+++ b/
Bootloaders/DFU/makefile
@@
-17,7
+17,6
@@
BOOT_SECTION_SIZE_KB := 8
# Bootloader address calculations (requires the "bc" unix utility) - do
# not modify these calculations, but rather modify the depedant values above.
# Bootloader address calculations (requires the "bc" unix utility) - do
# not modify these calculations, but rather modify the depedant values above.
-CALC_ADDRESS_HEX = $(shell echo "obase=16; $(1)" | bc)
BOOT_START := 0x$(shell echo "obase=16; ($(FLASH_SIZE_KB) - $(BOOT_SECTION_SIZE_KB)) * 1024" | bc)
BOOT_API_TABLESTART := 0x$(shell echo "obase=16; (($(FLASH_SIZE_KB) * 1024) - 96)" | bc)
BOOT_START := 0x$(shell echo "obase=16; ($(FLASH_SIZE_KB) - $(BOOT_SECTION_SIZE_KB)) * 1024" | bc)
BOOT_API_TABLESTART := 0x$(shell echo "obase=16; (($(FLASH_SIZE_KB) * 1024) - 96)" | bc)