]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: use common code from lib/time.c
authorThomas Langer <thomas.langer@lantiq.com>
Wed, 14 Jan 2015 18:44:00 +0000 (18:44 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Jan 2015 13:02:49 +0000 (14:02 +0100)
commita18a477147ce2493ef9ee93b8981b34929fc48a5
tree41725814edaab0549a29e729f703b8f51341298b
parente13a50b34bdda624571b4bd49722f38327c02d6a
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>
arch/mips/cpu/mips32/time.c
arch/mips/cpu/mips64/time.c