aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Pathak <rpathak@ventanamicro.com>2021-08-26 15:24:18 +0530
committerAnup Patel <anup@brainfault.org>2021-08-30 09:07:47 +0530
commitbd316e2c9bf855b7b7918e71622a9cded6a176ad (patch)
tree2c90fe081b93371a1e1765d67bb84f824b02b33c
parentb1d3e91e9a69595119e3da19ca175145d2a1b8d6 (diff)
lib: sbi: Correct typo in faults delegation CSR name
Correcting the name of faults delegation CSR %s/mfdeleg/medeleg Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
-rw-r--r--lib/sbi/sbi_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbi/sbi_platform.c b/lib/sbi/sbi_platform.c
index e8b94a3..99bd8f5 100644
--- a/lib/sbi/sbi_platform.c
+++ b/lib/sbi/sbi_platform.c
@@ -20,7 +20,7 @@ static inline char *sbi_platform_feature_id2string(unsigned long feature)
switch (feature) {
case SBI_PLATFORM_HAS_MFAULTS_DELEGATION:
- fstr = "mfdeleg";
+ fstr = "medeleg";
break;
default:
break;