Skip to content
Snippets Groups Projects
Commit cce124b8 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Remove unneeded timer_init function


Empty weak function is used instead.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 2d9925bc
No related branches found
No related tags found
No related merge requests found
...@@ -57,11 +57,6 @@ int dram_init(void) ...@@ -57,11 +57,6 @@ int dram_init(void)
return 0; return 0;
} }
int timer_init(void)
{
return 0;
}
void reset_cpu(ulong addr) void reset_cpu(ulong addr)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment