aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sdm845/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sdm845/timer.c')
-rw-r--r--src/soc/qualcomm/sdm845/timer.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/qualcomm/sdm845/timer.c b/src/soc/qualcomm/sdm845/timer.c
deleted file mode 100644
index 19e466aa17..0000000000
--- a/src/soc/qualcomm/sdm845/timer.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <delay.h>
-#include <arch/lib_helpers.h>
-#include <commonlib/helpers.h>
-
-void init_timer(void)
-{
- raw_write_cntfrq_el0(19200*KHz);
-}