diff --git a/lib/sbi/sbi_platform.c b/lib/sbi/sbi_platform.c index e8b94a3d..99bd8f50 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;