CONFIG_INCLUDE_RESET_VECTOR

Include Reset vector

Include Reset vector

Type: bool

Help

Include the reset vector stub, which enables instruction/data caches and then jumps to __start. This code is typically located at the very beginning of flash memory. You may need to omit this if using the nios2-download tool since it refuses to load data anywhere other than RAM.

Help

Include the reset vector stub, which initializes the stack and prepares for running C code.

Direct dependencies

NIOS2 || RISCV

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/arch/nios2/Kconfig:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → Nios II Options → Nios II Family Options

config INCLUDE_RESET_VECTOR
    bool "Include Reset vector"
    default y
    depends on NIOS2
    help
      Include the reset vector stub, which enables instruction/data caches
      and then jumps to __start. This code is typically located at the very
      beginning of flash memory. You may need to omit this if using the
      nios2-download tool since it refuses to load data anywhere other than
      RAM.

At <Zephyr>/arch/riscv/Kconfig:35

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → RISCV Options → RISCV Processor Options

config INCLUDE_RESET_VECTOR
    bool "Include Reset vector"
    depends on RISCV
    help
      Include the reset vector stub, which initializes the stack and
      prepares for running C code.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)