From: Atish Patra Date: Thu, 28 Feb 2019 00:07:56 +0000 (-0800) Subject: firmware: Fix a typo X-Git-Tag: v0.4~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=754ff341085902e999c512f15e9fc1d59c8a8aa2;p=platform%2Fkernel%2Fopensbi.git firmware: Fix a typo Signed-off-by: Atish Patra --- 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