Skip to content

Commit 5ee20e1

Browse files
ycsinaescolar
authored andcommitted
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 <[email protected]>
1 parent e5aad45 commit 5ee20e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/nordic/common/vpr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ config RISCV_CORE_NORDIC_VPR
1818
select RISCV_SOC_CONTEXT_SAVE
1919
select HAS_FLASH_LOAD_OFFSET
2020
select ARCH_CPU_IDLE_CUSTOM
21+
select INCLUDE_RESET_VECTOR
2122
help
2223
Enable support for the RISC-V Nordic VPR core.

0 commit comments

Comments
 (0)