diff options
| author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-11-21 11:34:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 11:34:09 -0800 |
| commit | 311128e6aafa08b43b80529b0ab505d99dda7931 (patch) | |
| tree | 187ccea410d9d7948fca6cb7966f23db316f896e /bsp/env/coreplexip-e31-arty/init.c | |
| parent | 8c43df57d93d25dd69d4fcdbf4b9f2cf28f9789e (diff) | |
| parent | 9749ffe737a49aa19b65839c3bab2c598aeba4dc (diff) | |
Merge pull request #81 from sifive/dhrystone-arty
Dhrystone arty
Diffstat (limited to 'bsp/env/coreplexip-e31-arty/init.c')
| -rw-r--r-- | bsp/env/coreplexip-e31-arty/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreplexip-e31-arty/init.c b/bsp/env/coreplexip-e31-arty/init.c index 888f04f..409eeb4 100644 --- a/bsp/env/coreplexip-e31-arty/init.c +++ b/bsp/env/coreplexip-e31-arty/init.c @@ -19,7 +19,7 @@ extern int main(int argc, char** argv); extern void TRAP_ENTRY(); -static unsigned long get_cpu_freq() +unsigned long get_cpu_freq() { return CPU_FREQ; } |
