summaryrefslogtreecommitdiff
path: root/bsp/coreip-e31-arty/metal.h
diff options
context:
space:
mode:
authorBunnaroath Sou <35707615+bsousi5@users.noreply.github.com>2019-03-18 15:06:06 -0700
committerGitHub <noreply@github.com>2019-03-18 15:06:06 -0700
commit0f8c780d82b2ec3eda351229e79953bbde7bb95a (patch)
tree9f9b0362f09e165cb767d3159fc9f52d6d22920c /bsp/coreip-e31-arty/metal.h
parent732f4902aadcd5bda62c8ea0858112a06580406d (diff)
parent44c064f651cf4756f44fb96d542a8db2d4a33471 (diff)
Merge pull request #202 from sifive/arty-19.2
Add ramrodata, scratchpad linker files, and correct timebase value
Diffstat (limited to 'bsp/coreip-e31-arty/metal.h')
-rw-r--r--bsp/coreip-e31-arty/metal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/coreip-e31-arty/metal.h b/bsp/coreip-e31-arty/metal.h
index 9b087b9..41bcf11 100644
--- a/bsp/coreip-e31-arty/metal.h
+++ b/bsp/coreip-e31-arty/metal.h
@@ -169,7 +169,7 @@ struct __metal_driver_riscv_clint0 __metal_dt_clint_2000000 = {
struct __metal_driver_cpu __metal_dt_cpu_0 = {
.vtable = &__metal_driver_vtable_cpu,
.cpu.vtable = &__metal_driver_vtable_cpu.cpu_vtable,
- .timebase = 1000000UL,
+ .timebase = 65000000UL,
.interrupt_controller = &__metal_dt_interrupt_controller.controller,
};