Skip to content
Snippets Groups Projects
Commit 2096da45 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx-common: timer: clean up


Drop the unneeded code. lib/time.c use timebase_l/h.

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: default avatarStefano Babic <sbabic@denx.de>
parent 9e408a39
Branches
Tags
No related merge requests found
......@@ -105,9 +105,6 @@ int timer_init(void)
#endif
__raw_writel(i, &cur_gpt->control);
gd->arch.tbl = __raw_readl(&cur_gpt->counter);
gd->arch.tbu = 0;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment