Re: [PATCH 3/4] MIPS: mscc: remove unused CPU_CLOCK_RATE

2022-07-18 Thread Stefan Roese
On 10.07.22 17:15, Daniel Schwierzeck wrote: CPU_CLOCK_RATE is just used once for CONFIG_SYS_MIPS_TIMER_FREQ which is migrated to Kconfig in the next patch. Signed-off-by: Daniel Schwierzeck Reviewed-by: Stefan Roese Thanks, Stefan --- include/configs/vcoreiii.h | 4 +--- 1 file

[PATCH 3/4] MIPS: mscc: remove unused CPU_CLOCK_RATE

2022-07-10 Thread Daniel Schwierzeck
CPU_CLOCK_RATE is just used once for CONFIG_SYS_MIPS_TIMER_FREQ which is migrated to Kconfig in the next patch. Signed-off-by: Daniel Schwierzeck --- include/configs/vcoreiii.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/vcoreiii.h