From 31137e1b1559b6e838e9a4e4b9f74a5473ba8837 Mon Sep 17 00:00:00 2001 From: Gavin Liu Date: Tue, 11 Feb 2025 16:06:26 +0800 Subject: [PATCH] feat(mt8196): disable debug flag in APU driver Disable the debug flag from the driver to reduce debugging messages. Change-Id: I9444f64acbf684debab56d8226b14c6c01200ea4 Signed-off-by: Gavin Liu --- plat/mediatek/drivers/apusys/mt8196/apusys_devapc_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/mediatek/drivers/apusys/mt8196/apusys_devapc_def.h b/plat/mediatek/drivers/apusys/mt8196/apusys_devapc_def.h index af63c0c7c..7b57a70d3 100644 --- a/plat/mediatek/drivers/apusys/mt8196/apusys_devapc_def.h +++ b/plat/mediatek/drivers/apusys/mt8196/apusys_devapc_def.h @@ -139,6 +139,6 @@ #define APUSYS_CTRL_DAPC_RCX_SLAVE_NUM (95) /* 0~94 */ /* Dump Config */ -#define DUMP_CFG +#undef DUMP_CFG #endif