From 7304b4adcddc1598ac54bcdcecdb338b10e5e355 Mon Sep 17 00:00:00 2001 From: Alvin Chang Date: Tue, 7 Nov 2023 16:52:56 +0800 Subject: [PATCH] riscv: virt: Enable CFG_WITH_STATS Enable CFG_WITH_STATS to build PTA for debug and statistics information. Signed-off-by: Alvin Chang --- core/arch/riscv/plat-virt/conf.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/arch/riscv/plat-virt/conf.mk b/core/arch/riscv/plat-virt/conf.mk index 30dc3264ba9..1eccb73fee8 100644 --- a/core/arch/riscv/plat-virt/conf.mk +++ b/core/arch/riscv/plat-virt/conf.mk @@ -31,6 +31,7 @@ CFG_RISCV_SBI ?= y # TA-related flags supported-ta-targets = ta_rv64 +CFG_WITH_STATS ?= y # Memory layout flags CFG_TDDRAM_START ?= 0x8e000000