mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cpu/rocket/blackparrot: Update crt_init (#988).
This commit is contained in:
parent
601e96e5d1
commit
e3a88c324e
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ trap_entry:
|
|||
|
||||
|
||||
crt_init:
|
||||
la sp, _fstack + 8
|
||||
la sp, _fstack
|
||||
la a0, trap_entry
|
||||
csrw mtvec, a0
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ trap_entry:
|
|||
|
||||
|
||||
crt_init:
|
||||
la sp, _fstack + 8
|
||||
la sp, _fstack
|
||||
la a0, trap_entry
|
||||
csrw mtvec, a0
|
||||
|
||||
|
|
Loading…
Reference in a new issue