X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e95c96ea20117dbf43bd37e4abb5bad974f30816..152b2764c3c719e3e9e34ee60b5db8d99ff2611b:/Bootloaders/DFU/makefile diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile index 6695ff5ad..164295bd9 100644 --- a/Bootloaders/DFU/makefile +++ b/Bootloaders/DFU/makefile @@ -85,7 +85,9 @@ F_CPU = 8000000 F_CLOCK = $(F_CPU) -# Starting byte address of the bootloader +# Starting byte address of the bootloader, as a byte address. Note that the address given +# in the AVRStudio fuse programming dialogue uses word addresses, which will have to be +# doubled to obtain the starting byte address of the bootloader section. BOOT_START = 0x1E000