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:
Andy Ross 2019-06-11 11:48:21 -07:00 committed by Anas Nashif
parent 7c0f44816e
commit 05c8e05634
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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