mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-03-15 19:31:32 +00:00
firmware: Fix a typo
Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
parent
86cc9b8633
commit
754ff34108
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ _start_warm:
|
|||
|
||||
/* Initialize SBI runtime */
|
||||
csrr a0, CSR_MSCRATCH
|
||||
Call sbi_init
|
||||
call sbi_init
|
||||
|
||||
/* We don't expect to reach here hence just hang */
|
||||
j _start_hang
|
||||
|
|
Loading…
Add table
Reference in a new issue