aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-05-04 16:56:52 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-05-05 17:37:32 +0000
commit7fd65e9b3abd0c0f0359d0d91baf27a441ceaab6 (patch)
tree104419aa9d37c261420feb58c55fd9dfe190ddde /src/cpu/intel
parentbd9cec8ae5755e898d107fd061fc2e2f983552b9 (diff)
cpu/intel/model_2065x: Drop unused function declaration
Looks like the `set_power_limits()` declaration is copy-pasta leftovers from `cpu/intel/model_206ax`. As it's unused, get rid of it. Change-Id: I81704e883e52fea42488f52be116b6fcc2c6af4b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64046 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/cpu/intel')
-rw-r--r--src/cpu/intel/model_2065x/model_2065x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/intel/model_2065x/model_2065x.h b/src/cpu/intel/model_2065x/model_2065x.h
index 251fd75b50..92cc55cd39 100644
--- a/src/cpu/intel/model_2065x/model_2065x.h
+++ b/src/cpu/intel/model_2065x/model_2065x.h
@@ -53,9 +53,6 @@
/* Lock MSRs */
void intel_model_2065x_finalize_smm(void);
-/* Configure power limits for turbo mode */
-void set_power_limits(u8 power_limit_1_time);
-
/* Sanity check config options. */
#if (CONFIG_SMM_TSEG_SIZE <= CONFIG_SMM_RESERVED_SIZE)
# error "CONFIG_SMM_TSEG_SIZE <= CONFIG_SMM_RESERVED_SIZE"