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>
This commit is contained in:
Rahul Pathak
2021-08-26 15:24:18 +05:30
committed by Anup Patel
parent b1d3e91e9a
commit bd316e2c9b

View File

@@ -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;