We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e2f8d commit 47e9355Copy full SHA for 47e9355
cpu/cortexm_common/Makefile.include
@@ -19,7 +19,7 @@ endif
19
# Only define the linker symbol if the variable is set
20
# The variable can be set using target specific variable thanks to lazy evaluation
21
22
-# ROM_OFFSET: offset in rom to start linking, allows using bootloaders
+# ROM_OFFSET: offset in rom to start linking, allows supporting a bootloader
23
LINKFLAGS += $(if $(ROM_OFFSET),$(LINKFLAGPREFIX)--defsym=_rom_offset=$(ROM_OFFSET))
24
# FW_ROM_LEN: rom length to use for firmware linking. Allows linking only in a section of the rom.
25
LINKFLAGS += $(if $(FW_ROM_LEN),$(LINKFLAGPREFIX)--defsym=_fw_rom_length=$(FW_ROM_LEN))
0 commit comments