diff options
author | Liu Yibin <yibin_liu@c-sky.com> | 2020-01-08 14:50:35 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-01-09 10:23:11 +0530 |
commit | adf8b73675fe46344cd869c25e3f8546b9a8e25e (patch) | |
tree | 27f8d256a9ab34b00f69e7c875c462b4b56bf597 /platform | |
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 <yibin_liu@c-sky.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'platform')
-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 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) |