summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-10-28 10:58:59 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-11-03 18:32:49 +0000
commitca87532a07c65277003fd3c04d5e4429c31afad7 (patch)
tree70d5227552b09460029447d51eb05f8e68455a93 /src/include/cpu
parent0a36178fa401508b6762b26d615ffe0d6344a88d (diff)
downloadcoreboot-ca87532a07c65277003fd3c04d5e4429c31afad7.tar.gz
coreboot-ca87532a07c65277003fd3c04d5e4429c31afad7.tar.bz2
coreboot-ca87532a07c65277003fd3c04d5e4429c31afad7.zip
cpu/amd/mtrr/amd_mtrr.c: Remove unused functions
AGESA sets up MTRRs so these functions are now unused. Change-Id: Ic2bb36d72944ac86c75c163e130f1eb762a7ca37 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58689 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/amd/mtrr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/cpu/amd/mtrr.h b/src/include/cpu/amd/mtrr.h
index 608a9df1eca4..9a943ac64f24 100644
--- a/src/include/cpu/amd/mtrr.h
+++ b/src/include/cpu/amd/mtrr.h
@@ -43,7 +43,6 @@
#include <cpu/x86/msr.h>
#include <stdint.h>
-void amd_setup_mtrrs(void);
struct device;
void add_uma_resource_below_tolm(struct device *nb, int idx);