frdm-k64f: set frequency for SoC
The default for this SoC is 120Mhz. Change-Id: Ic6ec9eb9181256d103f9ebaed2e96a19d1c46b4f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2d1465cb4d
commit
d067cdbfdc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ config NUM_IRQS
|
||||||
|
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
int
|
int
|
||||||
default 25000000
|
default 120000000
|
||||||
|
|
||||||
config WDOG_INIT
|
config WDOG_INIT
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue