diff --git a/bootloaders/riotboot_common.mk b/bootloaders/riotboot_common.mk index de4975f94399..b30dbdd5bd0b 100644 --- a/bootloaders/riotboot_common.mk +++ b/bootloaders/riotboot_common.mk @@ -26,4 +26,4 @@ include $(RIOTBASE)/Makefile.include # limit riotboot bootloader size # TODO: Manage to set this variable for boards which already embed a # bootloader, currently it will be overwritten -ROM_LEN := $(RIOTBOOT_LEN) +FW_ROM_LEN := $(RIOTBOOT_LEN)