Skip to content

Commit b41b797

Browse files
oyvindronningstadhakonfam
authored andcommitted
[nrf noup] cortex_m: linker.ld: Rename FW_METADATA to FW_INFO
Rename configs used in linker script Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 3edf60f commit b41b797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/arch/arm/cortex_m/scripts/linker.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ SECTIONS
204204

205205
_vector_end = .;
206206
/* This is used for Secure Boot */
207-
#if defined(CONFIG_FW_METADATA)
208-
. = CONFIG_FW_FIRMWARE_INFO_OFFSET;
207+
#if defined(CONFIG_FW_INFO)
208+
. = CONFIG_FW_INFO_OFFSET;
209209
KEEP(*(.firmware_info))
210210
#endif
211211
} GROUP_LINK_IN(ROMABLE_REGION)

0 commit comments

Comments
 (0)