summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sh
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-15 19:45:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-15 19:49:41 +0100
commit4e530464b00db308480ce9036b78bb125bb86477 (patch)
tree0f13ac8eda424d3ad582c466d1f6438cc5d79687 /spec/build/bsps/sh
parentbsp/imx7: dl06 fails expectedly (diff)
downloadrtems-4e530464b00db308480ce9036b78bb125bb86477.tar.bz2
bsps: Default to CPU counter benchmark timer
Most BSPs which used the stubbed benachmark timer provide a CPU counter. All BSPs provide at least a stub CPU counter. Simply use the benchmark timer implementation using the CPU counter.
Diffstat (limited to 'spec/build/bsps/sh')
-rw-r--r--spec/build/bsps/sh/shsim/obj.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/bsps/sh/shsim/obj.yml b/spec/build/bsps/sh/shsim/obj.yml
index 16fd97c7ea..1390f4a8ed 100644
--- a/spec/build/bsps/sh/shsim/obj.yml
+++ b/spec/build/bsps/sh/shsim/obj.yml
@@ -30,7 +30,7 @@ source:
- bsps/sh/shsim/start/ispshgdb.c
- bsps/sh/shsim/start/sysexit.c
- bsps/shared/cache/nocache.c
-- bsps/shared/dev/btimer/btimer-stub.c
+- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/clock/clock-simidle.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/console-polled.c