Skip to content

Commit 47e9355

Browse files
committed
fixup! cortexm_common: allow defining ROM_OFFFSET in a compilation rule
1 parent 12e2f8d commit 47e9355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu/cortexm_common/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
# Only define the linker symbol if the variable is set
2020
# The variable can be set using target specific variable thanks to lazy evaluation
2121

22-
# ROM_OFFSET: offset in rom to start linking, allows using bootloaders
22+
# ROM_OFFSET: offset in rom to start linking, allows supporting a bootloader
2323
LINKFLAGS += $(if $(ROM_OFFSET),$(LINKFLAGPREFIX)--defsym=_rom_offset=$(ROM_OFFSET))
2424
# FW_ROM_LEN: rom length to use for firmware linking. Allows linking only in a section of the rom.
2525
LINKFLAGS += $(if $(FW_ROM_LEN),$(LINKFLAGPREFIX)--defsym=_fw_rom_length=$(FW_ROM_LEN))

0 commit comments

Comments
 (0)