Commit 512da21a authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra186: modify the return type for `plat_get_syscnt_freq()`

Commit c073fda1

 upstream changed the
return type for `plat_get_syscnt_freq()` from uint64_t to unsigned
long long.

This patch modifies the return type for the Tegra186 platform.

Change-Id: Ic9e5c364b90972265576e271582a4347e5eaa6eb
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 1eed3838
......@@ -113,7 +113,7 @@ const mmap_region_t *plat_get_mmio_map(void)
/*******************************************************************************
* Handler to get the System Counter Frequency
******************************************************************************/
unsigned int plat_get_syscnt_freq2(void)
unsigned long long plat_get_syscnt_freq(void)
{
return 31250000;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment