summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbi/sbi_platform.c')
-rw-r--r--lib/sbi/sbi_platform.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sbi/sbi_platform.c b/lib/sbi/sbi_platform.c
index e78119a..e8b94a3 100644
--- a/lib/sbi/sbi_platform.c
+++ b/lib/sbi/sbi_platform.c
@@ -19,15 +19,9 @@ static inline char *sbi_platform_feature_id2string(unsigned long feature)
return NULL;
switch (feature) {
- case SBI_PLATFORM_HAS_HART_HOTPLUG:
- fstr = "hotplug";
- break;
case SBI_PLATFORM_HAS_MFAULTS_DELEGATION:
fstr = "mfdeleg";
break;
- case SBI_PLATFORM_HAS_HART_SECONDARY_BOOT:
- fstr = "sec_boot";
- break;
default:
break;
}