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:
Anas Nashif 2015-12-25 10:17:22 -05:00
commit d067cdbfdc

View file

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