commit | c271c1315de4a8cecd5b244d3251b9a2dfc252e6 | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Wed Aug 26 15:40:58 2015 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 30 14:59:43 2015 +0100 |
tree | 7c1203f380ee2441cf9c34dcb2ac3e9dde01fb59 | |
parent | 765d9370e662ab23863dac18599939bb445ab3b3 [diff] |
imx-common: timer: clean up code We can reuse common functions in lib/time.c, but not reimplement functions in imx-common/time.c. Only keep timer_init ,get_tbclk and implement timer_read_counter in imx-common/time.c. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com>