commit | c37c980328fe58cdc04f84cc26fe5326fe4e63b7 | [log] [tgz] |
---|---|---|
author | Thomas Langer <thomas.langer@lantiq.com> | Wed Jan 14 18:44:00 2015 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jan 21 14:02:49 2015 +0100 |
tree | 41725814edaab0549a29e729f703b8f51341298b | |
parent | 1a4797c5b9b7e54ca39126133c3865eb84adadd3 [diff] |
MIPS: use common code from lib/time.c The common code just needs the C0_COUNT as free running counter, without the need of writing and checking C0_COMPARE. The function get_tbclk() is still implemented here instead of changing all places of CONFIG_SYS_MIPS_TIMER_FREQ to CONFIG_SYS_TIMER_RATE. The change was tested on a MIPS32 system, but as the MIPS64 code was/is the same, this should be no problem. Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>