firmware: Fix a typo
Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
parent
86cc9b8633
commit
754ff34108
|
@ -187,7 +187,7 @@ _start_warm:
|
||||||
|
|
||||||
/* Initialize SBI runtime */
|
/* Initialize SBI runtime */
|
||||||
csrr a0, CSR_MSCRATCH
|
csrr a0, CSR_MSCRATCH
|
||||||
Call sbi_init
|
call sbi_init
|
||||||
|
|
||||||
/* We don't expect to reach here hence just hang */
|
/* We don't expect to reach here hence just hang */
|
||||||
j _start_hang
|
j _start_hang
|
||||||
|
|
Loading…
Reference in New Issue