Skip to content

Commit

Permalink
riotboot: set FW_ROM_LEN
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Feb 26, 2024
1 parent 318d428 commit d4b3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloaders/riotboot_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d4b3480

Please sign in to comment.