Skip to content
Snippets Groups Projects
Commit 0ed02dd6 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 0b09bfd5
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment