forked from Mirrors/opensbi
		
	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>
This commit is contained in:
		@@ -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)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user