From 4e530464b00db308480ce9036b78bb125bb86477 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 15 Jan 2022 19:45:46 +0100 Subject: 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. --- spec/build/bsps/x86_64/amd64/bspamd64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/x86_64/amd64/bspamd64.yml') diff --git a/spec/build/bsps/x86_64/amd64/bspamd64.yml b/spec/build/bsps/x86_64/amd64/bspamd64.yml index 4b720d79be..33d78bec48 100644 --- a/spec/build/bsps/x86_64/amd64/bspamd64.yml +++ b/spec/build/bsps/x86_64/amd64/bspamd64.yml @@ -40,7 +40,7 @@ links: uid: ../../bspopts source: - bsps/shared/cache/nocache.c -- bsps/shared/dev/btimer/btimer-stub.c +- bsps/shared/dev/btimer/btimer-cpucounter.c - bsps/shared/dev/getentropy/getentropy-cpucounter.c - bsps/shared/dev/serial/console-termios-init.c - bsps/shared/dev/serial/console-termios.c -- cgit v1.2.3