mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Timer: Remove set_timer completely
This commit is contained in:
parent
dcac25a05e
commit
5c8404aff1
49 changed files with 5 additions and 254 deletions
|
@ -100,11 +100,6 @@ ulong get_timer(ulong base)
|
|||
return (timestamp - base);
|
||||
}
|
||||
|
||||
void set_timer(ulong t)
|
||||
{
|
||||
timestamp = t;
|
||||
}
|
||||
|
||||
void timer_interrupt_init(void)
|
||||
{
|
||||
int irq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue