From ff398d81a46596cdc18b7fe5ea4ae24d8599940c Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Fri, 23 Apr 2021 16:50:13 -0500 Subject: [PATCH] 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 --- soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33 | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33 b/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33 index f05ae476f5f..290cea1b414 100644 --- a/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33 +++ b/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33 @@ -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