From f27f7282d2ee0795b40bfb0294dfc0339f90460c Mon Sep 17 00:00:00 2001 From: Yu Chien Peter Lin Date: Wed, 14 Aug 2024 14:15:00 +0800 Subject: [PATCH] riscv: plat-virt: allow enabling CFG_TEE_CORE_DEBUG for virt machine Allow enabling CFG_TEE_CORE_DEBUG to make assertions useful. Signed-off-by: Yu Chien Peter Lin Reviewed-by: Alvin Chang Tested-by: Alvin Chang --- core/arch/riscv/plat-virt/conf.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/arch/riscv/plat-virt/conf.mk b/core/arch/riscv/plat-virt/conf.mk index 7168a1dc7e9..9b6048b144f 100644 --- a/core/arch/riscv/plat-virt/conf.mk +++ b/core/arch/riscv/plat-virt/conf.mk @@ -5,7 +5,6 @@ $(call force,CFG_RISCV_ISA_C,y) $(call force,CFG_RISCV_FPU,y) $(call force,CFG_CORE_LARGE_PHYS_ADDR,y) -$(call force,CFG_TEE_CORE_DEBUG,n) $(call force,CFG_CORE_RESERVED_SHM,n) $(call force,CFG_CORE_DYN_SHM,y)