From 754ff341085902e999c512f15e9fc1d59c8a8aa2 Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Wed, 27 Feb 2019 16:07:56 -0800 Subject: firmware: Fix a typo Signed-off-by: Atish Patra --- firmware/fw_base.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/fw_base.S b/firmware/fw_base.S index ae14cc7..3c509cf 100644 --- a/firmware/fw_base.S +++ b/firmware/fw_base.S @@ -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 -- cgit v1.2.3