[U-Boot] [PATCH] MIPS: use common code from lib/time.c

2015-01-14 Thread thomas.langer
From: Thomas Langer thomas.lan...@lantiq.com 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

Re: [U-Boot] [PATCH] MIPS: use common code from lib/time.c

2015-01-14 Thread Daniel Schwierzeck
Hi Thomas, On 14.01.2015 19:44, thomas.lan...@lantiq.com wrote: From: Thomas Langer thomas.lan...@lantiq.com 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