firmware: Fix a typo
authorAtish Patra <atish.patra@wdc.com>
Thu, 28 Feb 2019 00:07:56 +0000 (16:07 -0800)
committerAnup Patel <anup@brainfault.org>
Wed, 6 Mar 2019 03:29:54 +0000 (08:59 +0530)
Signed-off-by: Atish Patra <atish.patra@wdc.com>
firmware/fw_base.S

index ae14cc7..3c509cf 100644 (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