summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-07-13 23:00:26 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-07-14 21:58:59 +0000
commitf1093af1f66d670dbd3302a819e035feb0fe7b2a (patch)
tree587ba47e0b032d0547e35cf44eee9b382a4a1959 /src/soc/amd/cezanne/include
parent65deb24a8e908825789d74950bcdaf4637697929 (diff)
downloadcoreboot-f1093af1f66d670dbd3302a819e035feb0fe7b2a.tar.gz
coreboot-f1093af1f66d670dbd3302a819e035feb0fe7b2a.tar.bz2
coreboot-f1093af1f66d670dbd3302a819e035feb0fe7b2a.zip
soc/amd: move check_mca prototype to soc/amd/common/blocks/include
Change-Id: Ia489dbfba59c334cf29f96a4000cef73b9b797d4 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56279 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/cezanne/include')
-rw-r--r--src/soc/amd/cezanne/include/soc/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/cezanne/include/soc/cpu.h b/src/soc/amd/cezanne/include/soc/cpu.h
index ec83349a11c8..27647adbd190 100644
--- a/src/soc/amd/cezanne/include/soc/cpu.h
+++ b/src/soc/amd/cezanne/include/soc/cpu.h
@@ -5,6 +5,4 @@
#define CEZANNE_A0_CPUID 0x00a50f00
-void check_mca(void);
-
#endif /* AMD_CEZANNE_CPU_H */