Skip to content

Commit e912a95

Browse files
ycsinaescolar
authored andcommitted
arch: riscv: update the description of INCLUDE_RESET_VECTOR Kconfig
Update the description of the `INCLUDE_RESET_VECTOR` Kconfig so that it is more clear to the user what it does. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 6de21fc commit e912a95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

arch/riscv/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ config RISCV_EXCEPTION_STACK_TRACE
4848
menu "RISCV Processor Options"
4949

5050
config INCLUDE_RESET_VECTOR
51-
bool "Include Reset vector"
51+
bool "Jumps to __initialize directly"
5252
help
53-
Include the reset vector stub, which initializes the stack and
54-
prepares for running C code.
53+
Select 'y' here to use the Zephyr provided default implementation that
54+
jumps to `__initialize` directly. Otherwise a SOC needs to provide its
55+
custom `__reset` routine.
5556

5657
config RISCV_PRIVILEGED
5758
bool

0 commit comments

Comments
 (0)