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 <gavin.liu@mediatek.com>
This commit is contained in:
Gavin Liu 2025-02-11 16:06:26 +08:00 committed by Gavin Liu
parent 0f38b9f87e
commit 31137e1b15

View file

@ -139,6 +139,6 @@
#define APUSYS_CTRL_DAPC_RCX_SLAVE_NUM (95) /* 0~94 */
/* Dump Config */
#define DUMP_CFG
#undef DUMP_CFG
#endif