soc/arm: Remove 1 kHz tick rate default for mcimx7_m4 and msp432p401r
As with the STM32 boards, these had an existing default for tick rate that is now lower than the 10 kHz default. They're SysTick devices that can handle the higher rate just fine. Use that. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
7c0f44816e
commit
05c8e05634
|
@ -11,10 +11,6 @@ config SOC
|
|||
string
|
||||
default "mcimx7d"
|
||||
|
||||
config SYS_CLOCK_TICKS_PER_SEC
|
||||
int
|
||||
default 1000
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
default 200000000
|
||||
|
|
|
@ -15,10 +15,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
int
|
||||
default 48000000
|
||||
|
||||
config SYS_CLOCK_TICKS_PER_SEC
|
||||
int
|
||||
default 1000
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 64
|
||||
|
|
Loading…
Reference in a new issue