commit | 89955520851064ff4bd39714aea947fe7104be73 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri May 22 22:23:28 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:52:28 2015 +0800 |
tree | 9263462fee882a2c9aecec563325b71d7bf66ce1 | |
parent | 24f74ad1c75e9893db4386ed9c7f8c20cdbc3198 [diff] |
ARM: imx: get rid of variable timer_base We now have pointer to imx_timer structure available where timer base address is needed, so we can just kill global timer_base by using imxtm->base instead. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>