-
CONFIG_RESET_VECTOR_IN_BOOTLOADER
¶
Link reset vector into bootloader
Type: bool
Help¶
Reset vector code can be either linked in the bootloader or the application binary. Select “y” to link it into the bootloader.
Default¶
n
Kconfig definition¶
At <Zephyr>/arch/xtensa/Kconfig:52
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → XTENSA Options → Build reset vector code
config RESET_VECTOR_IN_BOOTLOADER bool "Link reset vector into bootloader" default n depends onXTENSA_RESET_VECTOR
&&XTENSA
help Reset vector code can be either linked in the bootloader or the application binary. Select "y" to link it into the bootloader.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)