firmware: Fix a typo

Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Atish Patra 2019-02-27 16:07:56 -08:00 committed by Anup Patel
parent 86cc9b8633
commit 754ff34108

View file

@ -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