aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2025-01-08 10:25:34 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-01-13 17:16:04 +0100
commit2ee8c2ccb5a5bb2295b8a17e307efbe35539d289 (patch)
treed14ed2fa21f4b70bdd9e9c0728a794206e486dc0 /hw/timer
parentd25202fe836805d7e28dea5d11e39e19a7801780 (diff)
downloadqemu-2ee8c2ccb5a5bb2295b8a17e307efbe35539d289.zip
qemu-2ee8c2ccb5a5bb2295b8a17e307efbe35539d289.tar.gz
qemu-2ee8c2ccb5a5bb2295b8a17e307efbe35539d289.tar.bz2
hw/timer/imx_gpt: Remove unused define
Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250108092538.11474-11-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/timer')
-rw-r--r--hw/timer/imx_gpt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/timer/imx_gpt.c b/hw/timer/imx_gpt.c
index 2663a9d..11eca9f 100644
--- a/hw/timer/imx_gpt.c
+++ b/hw/timer/imx_gpt.c
@@ -20,10 +20,6 @@
#include "qemu/log.h"
#include "trace.h"
-#ifndef DEBUG_IMX_GPT
-#define DEBUG_IMX_GPT 0
-#endif
-
static const char *imx_gpt_reg_name(uint32_t reg)
{
switch (reg) {