drivers: timer: rt600: Update SYS_CLOCK_TICKS_PER_SEC

Use the default value as we were failing kernel
timer tests with the increased value

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2021-04-23 16:50:13 -05:00 committed by Kumar Gala
parent 84e7807190
commit ff398d81a4

View file

@ -45,9 +45,6 @@ if MCUX_OS_TIMER
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 1000000
config SYS_CLOCK_TICKS_PER_SEC
default 1000000
endif # MCUX_OS_TIMER
if CORTEX_M_SYSTICK