soc: riscv: sifive-freedom: fix SYS_CLOCK_HW_CYCLES_PER_SEC value
This commit fixes the default value of SYS_CLOCK_HW_CYCLES_PER_SEC option. The previous value of 32768 is not consistent with the documentation of FE310 SoC. Only FE310-based boards rely on the default value of this option; other boards from the Freedom series define it themselves. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
0a9e8a5463
commit
8388bb7c24
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ config SOC_SERIES
|
||||||
default "sifive-freedom"
|
default "sifive-freedom"
|
||||||
|
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default 32768
|
default 320000
|
||||||
|
|
||||||
config RISCV_SOC_INTERRUPT_INIT
|
config RISCV_SOC_INTERRUPT_INIT
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue