mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 19:11:37 +00:00
ARM64: zynqmp: Remove unneeded timer_init function
Empty weak function is used instead. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
2d9925bce3
commit
cce124b8b3
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue