summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-02-28 03:07:56 +0300
committerAnup Patel <anup@brainfault.org>2019-03-06 06:29:54 +0300
commit754ff341085902e999c512f15e9fc1d59c8a8aa2 (patch)
tree830f13899be0fb7fa5992013bb4f1cb7df052095 /firmware
parent86cc9b8633bea3bc6fbda145424f871ea553af9e (diff)
downloadopensbi-754ff341085902e999c512f15e9fc1d59c8a8aa2.tar.xz
firmware: Fix a typo
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/fw_base.S2
1 files changed, 1 insertions, 1 deletions
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