diff options
| author | Liu Yibin <[email protected]> | 2020-01-08 14:50:35 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-01-09 10:23:11 +0530 |
| commit | adf8b73675fe46344cd869c25e3f8546b9a8e25e (patch) | |
| tree | 27f8d256a9ab34b00f69e7c875c462b4b56bf597 | |
| parent | b28b8ac0d2ac99b99362d6052af9a507757469c9 (diff) | |
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 <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
| -rw-r--r-- | platform/thead/c910/platform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/thead/c910/platform.h b/platform/thead/c910/platform.h index bc176e52..5dcfae88 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) |
