CONFIG_SB_VALIDATION_METADATA_OFFSET
Offset at which to store validation metadata.
Type: int
Help
Must be either 0 or larger than the size of the application. If 0,
the metadata is appended directly after the application image,
aligned to the closest word.
Default
0
Kconfig definition
At <nRF>/subsys/bootloader/bl_validation/Kconfig:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:8
→ <nRF>/subsys/bootloader/Kconfig:235
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader → Secure Boot firmware validation
config SB_VALIDATION_METADATA_OFFSET
int "Offset at which to store validation metadata."
default 0
help
Must be either 0 or larger than the size of the application. If 0,
the metadata is appended directly after the application image,
aligned to the closest word.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)