Skip to content

Commit 6de21fc

Browse files
ycsinaescolar
authored andcommitted
Revert "soc: riscv-privileged: support SoCs without reset vector"
This reverts commit 75f5d98. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 5ee20e1 commit 6de21fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

soc/common/riscv-privileged/vector.S

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,5 @@ SECTION_FUNC(vectors, __start)
103103

104104
#endif /* CONFIG_RISCV_VECTORED_MODE */
105105

106-
#if CONFIG_INCLUDE_RESET_VECTOR
107106
/* Jump to __reset */
108107
tail __reset
109-
#else
110-
/* Jump to __initialize */
111-
tail __initialize
112-
#endif

0 commit comments

Comments
 (0)