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 28, 2024
1 parent f048714 commit ac46418
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 ac46418

Please sign in to comment.