treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / soc / qualcomm / qcs405 / timer.c
blob7e62c88723bc675d24b0d844bd5a102bc77c8ed1
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-only */
4 #include <delay.h>
5 #include <arch/lib_helpers.h>
6 #include <commonlib/helpers.h>
8 void init_timer(void)
10 raw_write_cntfrq_el0(19200*KHz);