mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Timer: Remove reset_timer() for non-Nios2 arches
This commit is contained in:
parent
e110c4fe44
commit
4769be21cc
49 changed files with 9 additions and 270 deletions
|
@ -137,11 +137,6 @@ void timer_interrupt (struct pt_regs *regs)
|
|||
#endif /* CONFIG_SHOW_ACTIVITY */
|
||||
}
|
||||
|
||||
void reset_timer (void)
|
||||
{
|
||||
timestamp = 0;
|
||||
}
|
||||
|
||||
ulong get_timer (ulong base)
|
||||
{
|
||||
return (timestamp - base);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue