soc: nordic: vpr: select INCLUDE_RESET_VECTOR for default implementation
For SOCs that do not implement a custom `__reset` function, select `INCLUDE_RESET_VECTOR` so that Zephyr provides a default implementation that simply jumps to `__initialize` Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
e5aad45bb1
commit
5ee20e11ef
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ config RISCV_CORE_NORDIC_VPR
|
|||
select RISCV_SOC_CONTEXT_SAVE
|
||||
select HAS_FLASH_LOAD_OFFSET
|
||||
select ARCH_CPU_IDLE_CUSTOM
|
||||
select INCLUDE_RESET_VECTOR
|
||||
help
|
||||
Enable support for the RISC-V Nordic VPR core.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue