i.MX: split GPT and EPIT timer implementation
commita50c0d6f72830ca3016e63ded6ccfd4e951c172f
authorJean-Christophe DUBOIS <jcd@tribudubois.net>
Mon, 3 Jun 2013 16:17:45 +0000 (3 17:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Jun 2013 16:17:45 +0000 (3 17:17 +0100)
tree34c549d489e68bdaa6a257d6b4e44fa6f7280c33
parent37ab4a566816f518fb958ea49734d51d1ccbd227
i.MX: split GPT and EPIT timer implementation

There is no common code between these 2 timer implementation.
So it is better to split them.

Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net>
Message-id: 1368990197-19694-1-git-send-email-jcd@tribudubois.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/Makefile.objs
hw/timer/imx_epit.c [new file with mode: 0644]
hw/timer/imx_gpt.c [moved from hw/timer/imx_timer.c with 58% similarity]