diff options
| author | Drew Barbier <dbarbi1@gmail.com> | 2017-11-21 12:31:24 -0600 |
|---|---|---|
| committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-11-21 11:15:18 -0800 |
| commit | 8a9277f6608e5a64cd9f2410f8fdfe5afd637098 (patch) | |
| tree | 539f40a7100b8a943af64821717f975901fbfaf7 /bsp/env/coreplexip-e31-arty/init.c | |
| parent | 8c43df57d93d25dd69d4fcdbf4b9f2cf28f9789e (diff) | |
coreplexip dhrystone updates
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; } |
