Revert "soc: riscv-privileged: support SoCs without reset vector"
This reverts commit 75f5d98002
.
Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
5ee20e11ef
commit
6de21fc1d2
1 changed files with 0 additions and 5 deletions
|
@ -103,10 +103,5 @@ SECTION_FUNC(vectors, __start)
|
|||
|
||||
#endif /* CONFIG_RISCV_VECTORED_MODE */
|
||||
|
||||
#if CONFIG_INCLUDE_RESET_VECTOR
|
||||
/* Jump to __reset */
|
||||
tail __reset
|
||||
#else
|
||||
/* Jump to __initialize */
|
||||
tail __initialize
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue