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:
Yong Cong Sin 2024-06-28 13:53:30 +08:00 committed by Alberto Escolar
commit 5ee20e11ef

View file

@ -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.