boards/microduino-corerf: don't set bootloader size
This already gets set by `common/atmega/Makefile.include`. Setting it in the board prevents auto-selection if a bootloader is used.
This commit is contained in:
parent
ab8ec91f1f
commit
c29825a173
@ -8,8 +8,4 @@ BAUD ?= 115200
|
|||||||
PROGRAMMER_MICRODUINO_CORERF ?= UM232H
|
PROGRAMMER_MICRODUINO_CORERF ?= UM232H
|
||||||
PROGRAMMER ?= $(PROGRAMMER_MICRODUINO_CORERF)
|
PROGRAMMER ?= $(PROGRAMMER_MICRODUINO_CORERF)
|
||||||
|
|
||||||
# We don't use a bootloader
|
|
||||||
BOOTLOADER_SIZE ?= 0
|
|
||||||
ROM_RESERVED ?= $(BOOTLOADER_SIZE)
|
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/atmega/Makefile.include
|
include $(RIOTBOARD)/common/atmega/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user