mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03: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:
@@ -57,11 +57,6 @@ int dram_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int timer_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void reset_cpu(ulong addr)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user