summaryrefslogtreecommitdiff
path: root/platform/thead/c910
diff options
context:
space:
mode:
authorLiu Yibin <yibin_liu@c-sky.com>2020-01-08 09:50:35 +0300
committerAnup Patel <anup@brainfault.org>2020-01-09 07:53:11 +0300
commitadf8b73675fe46344cd869c25e3f8546b9a8e25e (patch)
tree27f8d256a9ab34b00f69e7c875c462b4b56bf597 /platform/thead/c910
parentb28b8ac0d2ac99b99362d6052af9a507757469c9 (diff)
downloadopensbi-adf8b73675fe46344cd869c25e3f8546b9a8e25e.tar.xz
platform: thead/c910: Remove SBI_PLATFORM_HAS_PMP
T-head c910 is a generic FPGA platform so we cannot define PMP configuration for it in OpenSBI because PMP configuration tend to be SOC specific. Signed-off-by: Liu Yibin <yibin_liu@c-sky.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'platform/thead/c910')
-rw-r--r--platform/thead/c910/platform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/thead/c910/platform.h b/platform/thead/c910/platform.h
index bc176e5..5dcfae8 100644
--- a/platform/thead/c910/platform.h
+++ b/platform/thead/c910/platform.h
@@ -9,8 +9,7 @@
#define C910_HART_STACK_SIZE 8192
#define SBI_THEAD_FEATURES \
- (SBI_PLATFORM_HAS_PMP | \
- SBI_PLATFORM_HAS_SCOUNTEREN | \
+ (SBI_PLATFORM_HAS_SCOUNTEREN | \
SBI_PLATFORM_HAS_MCOUNTEREN | \
SBI_PLATFORM_HAS_MFAULTS_DELEGATION)