blob: 119b3ac50b4227774f233a1a798a2c9b89824ab3 [file] [log] [blame]
Aaron Williams0dc4ab92020-06-30 12:08:56 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2018, 2019 Marvell International Ltd.
4 */
5
6#include <asm/global_data.h>
7#include <mach/clock.h>
8
9DECLARE_GLOBAL_DATA_PTR;
10
11ulong notrace get_tbclk(void)
12{
13 return gd->cpu_clk;
14}