1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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:
Benjamin Valentin 2020-10-14 23:37:42 +02:00
parent ab8ec91f1f
commit c29825a173

View File

@ -8,8 +8,4 @@ BAUD ?= 115200
PROGRAMMER_MICRODUINO_CORERF ?= UM232H
PROGRAMMER ?= $(PROGRAMMER_MICRODUINO_CORERF)
# We don't use a bootloader
BOOTLOADER_SIZE ?= 0
ROM_RESERVED ?= $(BOOTLOADER_SIZE)
include $(RIOTBOARD)/common/atmega/Makefile.include